POST https://api.tokenhot.ai/v1/video/generationsgrok-imagine-video-1-5-previewinput.image_urls 必填且仅支持 1 张图(公网 URL,JPEG/PNG/WEBP/JPG,≤20MB,不支持 base64)。curl --location 'https://api.tokenhot.ai/v1/video/generations' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-video-1-5-preview",
"input": {
"image_urls": [
"https://your-host.com/portrait.jpg"
],
"prompt": "the person slowly turns toward the camera and smiles, gentle wind",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": 8,
"nsfw_checker": false
}
}'{
"id": "task_JaURYzdMLazjhxxxxxvwEWnyHSDlS",
"task_id": "task_JaURYzdMLazjhxxxxxxfAPvwEWnyHSDlS",
"object": "video",
"model": "grok-imagine-video-1-5-preview",
"status": "queued",
"progress": 0,
"created_at": 1771324467
}