API Reference

List Standardizations

Retrieve all standardizations of documents that have been processed using a specific schema.

Query Params
string

The schema ID to filter standardizations by

string

The ID of the document to filter standardizations by

integer
Defaults to 20

The maximum number of standardizations to return. Maximum is 1000

integer
Defaults to 0

The number of standardizations to skip (to paginate through the data)

boolean
Defaults to true

Whether to exclude the data payload in the response

Responses

Response body
array of objects
Response List Standardizations Standardizations Get
object
string
required

Unique identifier of the standardization object.

string
required

Unique identifier of the document.

data
object
required

The standardized result of the document. This is a structured JSON object.

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

Language
Credentials