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