GET
/
jimeng
/
fetch
/
{task_id}
curl -X GET "https://www.anyfast.ai/jimeng/fetch/jimeng_task_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "task_id": "jimeng_task_abc123",
  "status": "completed",
  "video_url": "https://example.com/video.mp4",
  "progress": 100
}

Query Task (Jimeng - Native Format)

Query the status of a Jimeng video generation task using the native API format. This endpoint is free to call.

Endpoint

GET /jimeng/fetch/{task_id}

Path Parameters

ParameterTypeRequiredDescription
task_idstringYesThe task ID returned from video creation
curl -X GET "https://www.anyfast.ai/jimeng/fetch/jimeng_task_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "task_id": "jimeng_task_abc123",
  "status": "completed",
  "video_url": "https://example.com/video.mp4",
  "progress": 100
}