Responses
Get Response by ID
Get response JSON by request ID.
GET
/
v1
/
response
/
{id}
Get the response for a given request ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Base prediction response for all API responses.
Unique identifier of the response.
Date and time when the request was created (in UTC timezone)
Date and time when the response was completed (in UTC timezone)
The response from the model.
The status of the job.