GET
/
jimeng
/
task
/
{taskId}
curl -X GET https://api.example.com/jimeng/task/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"
Query the status of a Jimeng video generation task (free).

Path Parameters

taskId
string
required
Task ID.
curl -X GET https://api.example.com/jimeng/task/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"