Responses
Get document response
Get document response JSON by response ID.
GET
/
v1
/
document
/
{request_id}
Get the response for a given document request ID.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
request_id
string
requiredResponse
200 - application/json
id
string
Unique identifier of the response.
created_at
string
Date and time when the request was created (in UTC timezone)
completed_at
string | null
Date and time when the response was completed (in UTC timezone)
response
any | null
The response from the model.
status
string
default: pendingThe status of the job.