Query the status and result of a video generation task
cURL
curl --request GET \ --url https://api.example.com/api/v3/contents/generations/tasks/{task_id}
curl -X GET "https://gptproto.com/api/v3/contents/generations/tasks/{task_id}" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "error": { "message": "Invalid task_id format", "type": "invalid_request_error", "code": "invalid_parameters" } }
task_id