Skip to main content
POST
POST documents instances_confirm_upload
Confirms the upload. See Starting an Upload for more details on the full upload workflow.

Authorizations

X-API-Key
string
header
required

Body

application/json
document_id
string
required

The document_id returned by /documents/init_upload. Note that the document will not be accessible via /documents/<id> until the upload is confirmed.

Response

200 - application/json

OK

document
object
required

A reference to the uploaded document.

message
string
required

A success or error message.

success
boolean
required

Whether the upload was successful.