Query task information
Last updated 2 months ago
req
The task id
OK
const response = await fetch('https://api.vidau.ai/openapi/v1.0/task/info', { method: 'POST', headers: { "timestamp": "text", "Content-Type": "application/json", "Authorization": "text", "RESPONSE-WRAP": "text", "x-auth-key": "text" }, body: JSON.stringify({ "task_id": "text" }), }); const data = await response.json();
{ "app_id": "text", "progress_bar": "text", "status": "text", "task_id": "text", "thumb_url": "text", "video_url": "text" }