cURL
curl --request GET \ --url https://www.anyfast.ai/v1/video/generations/{task_id} \ --header 'Authorization: Bearer <token>'
{ "code": "success", "data": { "task_id": "5WZH6fIngVFPrffXrECtcN", "status": "succeeded", "format": "mp4", "url": "https://example.com/output.mp4", "error": "<string>", "metadata": {} } }
Retrieve the status and result of a Wan2 video generation task.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Task ID returned from the video generation request.
Task status retrieved
"success"
Show child attributes