API Reference

Retrieve a Review

This endpoint is used to retrieve a review object by either by its unique identifier or by its associated standardization ID.

Query Params
string
string
Responses

Response body
object
string
required

Unique identifier of the standardization object.

string
required

Unique identifier of the document.

data
object

An exact copy of the original standardization JSON object, except every value is replaced with a dictionary with the following values:

  • value: The original value
  • review:
    • page: (Under review) The page number on which the value was found
    • confidence: (Under review) The confidence score of the value extraction
    • boundingBox: (Under review) The bounding box of the value on the page. These will be normalized coordinates 0..1 for the page size, in the format:
      • x: The x-coordinate (starting from the left)
      • y: The y-coordinate (starting from the top)
      • width: The width of the bounding box
      • height: The height of the bounding box
Has additional fields
string

Unique identifier of the schema used for standardization.

string

Name of the schema used for standardization.

string

Unique identifier of the job that created the standardization.

string

Name of the dataset to which the document belongs

string

Name of the file that was standardized.

string

Timestamp of the standardization job.

metadata
object

Metadata associated with the document that originated this standardization. This just echoes any metadata you have previously posted on document creation.

Has additional fields
string

Unique identifier of the review object.

Language
Credentials