{
"status": "IN_QUEUE",
"request_id": "string",
"response_url": "string",
"status_url": "string",
"cancel_url": "string",
"queue_position": 0,
"logs": [
{
"message": "string",
"level": "STDERR",
"source": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
],
"metrics": {
"inference_time": 18.5
},
"detail": {
"loc": [
"string"
],
"msg": "string",
"type": "string",
"url": "string"
},
"result": {
"video": {
"url": "https://cdn.example.com/output/video.mp4",
"content_type": "video/mp4",
"duration": 5,
"file_name": "output.mp4",
"file_size": 0
}
}
}