cURL
curl --request POST \ --url https://api.modelhunter.ai/api/v1/tasks/{id}/retry \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "task_new789", "original_task_id": "task_abc123", "status": "pending", "type": "video", "provider": "vidu", "model": "viduq3-turbo", "created_at": "2026-01-15T12:00:00Z" } }
Retry a failed task. Creates a new task with the same parameters and charges your balance again.
failed
expired