{
"id": "string",
"model": "string",
"status": "queued",
"error": {
"code": "string",
"message": "string"
},
"created_at": 0,
"updated_at": 0,
"content": {
"video_url": "string",
"last_frame_url": "string"
},
"seed": 0,
"resolution": "string",
"ratio": "string",
"duration": 0,
"frames": 0,
"framespersecond": 0,
"generate_audio": true,
"draft": true,
"draft_task_id": "string",
"service_tier": "string",
"execution_expires_after": 0,
"tools": [
{
"type": "web_search"
}
],
"safety_identifier": "string",
"usage": {
"completion_tokens": 0,
"total_tokens": 0,
"tool_usage": {
"web_search": 0
}
}
}