Update labels for a document

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

You can use this endpoint to update labels for a document uploaded to your model's queue.

This will add the document to your model's training set if it is not already included. You may use this endpoint to continuously update the labels for the document. Once you are satisfied with the labels, use the Train model endpoint to initiate training!

If you need help finding your model's id, you can follow this guide.

Path Params
string
required

The id of the model

string
required

The id of the document. This is included in the response of a request to the upload documents API.

Body Params
fields
array of objects
required

The text and checkbox fields for this document

fields*
signatures
array of objects
required

The signature fields for this document

signatures*
tables
array of objects
required

The table fields for this document

tables*
boolean
Defaults to true

Overwrite existing labels if present.

Response

Language
LoadingLoading…