Programmatic video generation for developers. Integrate AI-powered video creation directly into your apps, workflows, and automation pipelines.
Powerful endpoints designed for seamless integration into any stack.
Generate cinematic videos from text prompts via a single API call. Control style, duration, resolution, and aspect ratio.
Clone voices from audio samples and synthesize speech for your videos. Consistent branded narration at scale.
Apply visual styles programmatically — anime, film noir, cyberpunk, or upload custom reference images.
Submit hundreds of generation jobs in a single request. Perfect for content pipelines and automated workflows.
Get notified when jobs complete. No polling required — receive real-time status updates to your endpoint.
Track generation counts, processing times, and costs. Detailed usage breakdowns via API or dashboard.
A few lines of code is all it takes to start generating videos programmatically.
const response = await fetch("https://api.creatorai.art/v1/generate", {
method: "POST",
headers: {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
},
body: JSON.stringify({
prompt: "A cinematic drone shot over neon-lit Tokyo at night",
style: "cyberpunk",
duration: 15,
resolution: "1080p",
aspect_ratio: "9:16",
webhook_url: "https://your-app.com/api/callback",
}),
});
const { job_id, status, estimated_seconds } = await response.json();{
"job_id": "gen_a1b2c3d4e5f6",
"status": "processing",
"estimated_seconds": 45,
"video_url": null,
"webhook_url": "https://your-app.com/api/callback"
}Simple, transparent pricing that scales with your usage.
100 API calls / month
Perfect for prototyping and testing
$0.10 per API call
For production apps and growing teams
Custom pricing & SLA
Dedicated support, SLAs, and volume discounts
Be the first to build with the CreatorAI API. Join the developer waitlist and get notified when we launch.
We'll notify you when the API launches. No spam, ever.