create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/grok/grok-imagine-video-1.5 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"prompt": "<string>",
"image": "<string>",
"length": 6,
"resolution": "720p",
"aspectRatio": "Auto"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Grok
Grok Imagine 1.5 API Documentation
Grok Imagine Video 1.5 API turns images into dynamic videos with realistic motion, object interactions, and synchronized audio. Built for image-to-video only, it helps preserve the subject’s look and style while adding lifelike movement. Integrate Grok Imagine Video 1.5 API now.
POST
/
generation
/
grok
/
grok-imagine-video-1.5
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/grok/grok-imagine-video-1.5 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"prompt": "<string>",
"image": "<string>",
"length": 6,
"resolution": "720p",
"aspectRatio": "Auto"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Grok Imagine 1.5 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I