ImageJobAcceptedSchema
job_idinteger
Identifier of the asynchronous image job. Poll Get image result to retrieve the result.
statusstring
Initial job status, such as queued.
ImageJobAcceptedSchema
{
"job_id": 0,
"status": "string"
}
Was this page helpful?