{
"id": "string",
"task_id": "string",
"object": "video",
"model": "string",
"status": "string",
"progress": 0,
"created_at": 0,
"completed_at": 0,
"metadata": {
"property1": "string",
"property2": "string"
},
"results": [
{
"url": "http://example.com",
"size": 0,
"content_type": "string",
"property1": "string",
"property2": "string"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0,
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}