Chatbot video replies
Let AI assistants generate video responses in near real-time.
xAI's Grok Imagine 1.5 - one of the fastest video models available, perfect for rapid iteration and creative experiments.
Official Grok Imagine 1.5 API access by XAI - REST endpoints, live playground & developer docs on VideoGenAPI.
Best for: Speed-critical apps, interactive demos, chatbot video replies, and rapid A/B testing.
Explore the interface and see how easy it is to generate videos with Grok Imagine 1.5. Sign up for free to start creating!
Discover what's possible with Grok Imagine 1.5 AI video generation
The Grok Imagine 1.5 API is a REST interface that lets developers generate AI videos programmatically using XAI's Grok Imagine 1.5 model. It supports text-to-video, image-to-video through a single POST endpoint. VideoGenAPI handles authentication, billing, and provider infrastructure - you only need one API key to start building with the Grok Imagine 1.5 API.
Integrate the Grok Imagine 1.5 API in your app in under 5 minutes with these four steps.
Sign up free at VideoGenAPI.com and generate your API key from the dashboard. No XAI account needed.
POST to https://videogenapi.com/api/v1/generate with your API key, model "grok-imagine-1-5", and a text prompt describing your video.
Use the returned generation_id to check status via GET /api/v1/status/{id} or configure webhooks for automatic notifications.
Once status is "completed", retrieve the video URL from the response and embed it in your app, website, or workflow.
Grok Imagine 1.5 from xAI prioritizes speed without sacrificing decent visual quality. With ~30 second average processing, it's ideal for apps that need quick turnaround - chatbots that generate video, rapid prototyping tools, and interactive creative UIs. VideoGenAPI provides unified access alongside Google, OpenAI, and Kling models, so you can route fast requests to Grok and premium requests to Sora or Veo.
Let AI assistants generate video responses in near real-time.
Power live preview UIs where users iterate quickly on prompts.
Produce fun, shareable clips at high volume with fast turnaround.
Quick start guide to integrate Grok Imagine 1.5 in your application
{
"model": "grok-imagine-1-5",
"prompt": "A robot skateboarding through a futuristic city park, dynamic tracking shot, vibrant colors",
"duration": 10,
"resolution": "480p"
}
{
"success": true,
"generation_id": "gen_abc123xyz",
"status": "in_progress",
"estimated_time": 30}
const response = await fetch('https://videogenapi.com/api/v1/generate', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
body: JSON.stringify({
model: 'grok-imagine-1-5',
prompt: 'A robot skateboarding through a futuristic city park, dynamic tracking shot, vibrant colors',
duration: 10 })
});
const data = await response.json();
console.log(data.generation_id);
Transparent pay-per-use pricing for the Grok Imagine 1.5 API - no monthly minimums, no hidden fees.
Available on your VideoGenAPI balance with pay-as-you-go billing
Join thousands of developers using VideoGenAPI for the most affordable AI video generation