Drishya exposes REST endpoints your agents can call directly — submit a topic or document, get back a rendered MP4 URL. No UI required. Pay only for what you generate.
You choose the source. Drishya handles the scripting, animation, and narration automatically.
curl -X POST https://api.drishya.ai/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"topic": "How neural networks learn",
"source": "knowledge",
"quality": "720p",
"scenes": 6,
"webhook_url": "https://your.app/callback"
}'{
"job_id": "anim_k9x2mq",
"status": "rendering",
"estimated_seconds": 45,
"credits_used": 1
}{
"job_id": "anim_k9x2mq",
"status": "complete",
"video_url": "https://cdn.drishya.ai/anim_k9x2mq.mp4",
"scenes": 6,
"duration_seconds": 312
}Every feature works out of the box. No plugins, no templates, no production queue.
Get an API key, make your first call, and have a rendered video in under 60 seconds.