APIPod Docs
HomeModels
Language
Language
  • 中文
  • English
HomeModels
Language
Language
  • 中文
  • English
  1. Grok Imagine 1.5 Preview
  • Getting Started with APIPod API
  • Image Models
    • GPT Image 2
      • GPT Image 2 Text to Image
      • GPT Image 2 Image to Image
    • Nano Banana
      • Nano Banana 2
      • Nano Banana Pro
    • Seedream 4.5
      • Seedream V4.5 Text to Image
      • Seedream V4.5 Image to Image
    • Seedream 5.0 Lite
      • Seedream 5.0 Lite Text to Image
      • Seedream 5.0 Lite Image to Image
    • WAN 2.7
      • WAN 2.7 Text to Image
      • WAN 2.7 Image to Image
      • WAN 2.7 Text to Image Pro
      • WAN 2.7 Image to Image Pro
    • Query Image Task
      GET
  • Video Models
    • Veo 3.1
      • Veo 3.1 Fast
    • Seedance 2.0
      • Seedance 2.0 Text to Video
      • Seedance 2.0 Image to Video
      • Seedance 2.0 Reference to Video
      • Seedance 2.0 Fast Text to Video
      • Seedance 2.0 Fast Image to Video
      • Seedance 2.0 Fast Reference to Video
    • Grok Imagine
      • Grok Imagine Text to Video
      • Grok Imagine Image to Video
    • Grok Imagine 1.5 Preview
      • Grok Imagine Video 1.5 Preview
        POST
    • Sora 2
      • Sora 2 Official API
    • Query Video Task
      GET
  • Schemas
    • NanoBanana
    • Seedream4.5
    • Seedream5.0
    • SubmitTaskResponse
    • TaskDetailResponse
    • WAN2.7Image
    • WAN2.7ImageEdit
    • WAN2.7ImagePro
    • WAN2.7ImageEditPro
    • Veo3.1Fast
    • Seedance2.0TextToVideo
    • Seedance2.0ImageToVideo
    • Seedance2.0ReferenceToVideo
    • Seedance2.0FastTextToVideo
    • Seedance2.0FastImageToVideo
    • Seedance2.0FastReferenceToVideo
    • GPTImage2
    • GPTImage2Edit
    • GrokImagineT2V
    • GrokImagineI2V
    • Sora2VIP
    • NanoBanana2
    • GrokImagine15
  1. Grok Imagine 1.5 Preview

Grok Imagine Video 1.5 Preview

POST
https://api.apipod.ai/v1/videos/generations
grok image to video
Last modified:2026-06-08 02:50:22
Grok Imagine Video 1.5 Preview turns a single still image into fluid, cinematic video. Give it a starting frame and a prompt describing the motion, and it animates the scene, including camera moves, atmosphere, and physics, while staying faithful to your source image. You can generate clips at up to 720p.

Query Task Details#

After submitting a task, you can check the task progress and obtain the generated results through the unified query endpoint:
Get Video Task Details
Learn how to query task status and obtain generated results
In a production environment, it is recommended to use the callback_url parameter to receive automatic notifications upon generation completion instead of polling the status endpoint.

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Body Params application/jsonRequired

Examples

Responses

🟢200成功
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.apipod.ai/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "model": "grok-imagine-1.5-preview",
    "prompt": "veniam",
    "aspect_ratio": "3:2",
    "duration": 6,
    "resolution": "720p",
    "image_url": "https://loremflickr.com/400/400?lock=7427500343411964"
}'
Response Response Example
{
    "code": 200,
    "message": "success",
    "data": {
        "task_id": "abcd-efgh-1234"
    }
}
Modified at 2026-06-08 02:50:22
Previous
Grok Imagine Image to Video
Next
Sora 2 Official API
Built with