POST https://api.tokenhot.ai/v1/video/generationsveo3.1prompt; with imageUrls = image-to-video, without = text-to-video.NOT_START → IN_PROGRESS → SUCCESS / FAILURE.curl --location 'https://api.tokenhot.ai/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "veo3.1",
"prompt": "a golden retriever running across a sunny beach, slow motion, cinematic",
"aspect_ratio": "16:9",
"resolution": "1080p"
}'{
"id": "task_JaURYzdMLazjhxxxxxvwEWnyHSDlS",
"task_id": "task_JaURYzdMLazjhxxxxxxfAPvwEWnyHSDlS",
"object": "video",
"model": "veo3.1",
"status": "queued",
"progress": 0,
"created_at": 1771324467
}