PUT
/
api
/
v0
/
documents
/
{document_id}
/
file
{
  "job_status_id": 123,
  "status": "<string>",
  "error_message": "<string>",
  "document_id": 123
}

Headers

authorization
string

Path Parameters

document_id
integer
required

Body

multipart/form-data
file
file
required

Response

200
application/json
Successful Response
job_status_id
integer
required

The ID of the job status.

status
string
required

The status of the job. Options: pending, done, error.

error_message
string | null
required

The error message if the job failed.

document_id
integer | null
required

The ID of the document that was uploaded.