kodisc api · v2
Render Manim from your own code.
Programmatic access to the same renderer powering Kodisc. Send code, receive video. Async-first, webhook-driven, billed by the second.
1,000 free credits / month · no card/ what you get
Render on demand
Submit Manim Python and get back a rendered MP4 plus thumbnail. One endpoint, many resolutions.
API keys
Issue as many keys as you need. Track usage per key. Revoke instantly.
Webhooks built-in
Renders are async. Get a signed callback the moment your video is ready.
Pay for compute, not seats
Credits debit per render-second. 1,000 free credits a month, no card required.
/ one request
POST /api/v2/render
curl https://kodisc.com/api/v2/render \
-H "Authorization: Bearer kdsc_live_..." \
-H "Content-Type: application/json" \
-d '{
"code": "from manim import *\nclass Demo(Scene): ...",
"className": "Demo",
"quality": "medium",
"aspectRatio": "16:9",
"webhookUrl": "https://yours.example/hook",
"metadata": { "anything": "you want back" }
}'