Query task information
Last updated 5 months ago
/openapi/v1.0/task/info
Millisecond timestamp
application/json
Authorization
Whether to encapsulate response data
Your api key
The task id
OK
Created
Unauthorized
Forbidden
Not Found
curl -L \ --request POST \ --url 'https://api.vidau.ai/openapi/v1.0/task/info' \ --header 'timestamp: text' \ --header 'Content-Type: application/json' \ --header 'Authorization: text' \ --header 'RESPONSE-WRAP: text' \ --header 'x-auth-key: text' \ --data '{"task_id":"text"}'
{ "app_id": "text", "progress_bar": "text", "status": "text", "task_id": "text", "thumb_url": "text", "video_url": "text" }