Kodisc turns Manim Python code into rendered MP4 videos, JPEG thumbnails, and WebVTT captions — without you running the toolchain. Send aDocumentation Index
Fetch the complete documentation index at: https://docs.kodisc.com/llms.txt
Use this file to discover all available pages before exploring further.
Scene, get back a URL.
The API is intentionally small: enqueue a render, poll (or webhook) for the result, top up credits when you need to.
Quickstart
Render your first scene end-to-end in under five minutes.
API Reference
Three endpoints, fully typed, with live Try-It panels.
Authentication
kdsc_live_* keys, Bearer auth, key rotation.Webhooks
Get pinged the moment a render is ready — with verifiable signatures.
How it works
Submit Manim code
POST /api/v2/render with your Scene source and the class name to render. You get back a jobId immediately — renders run asynchronously.Wait for the result
Either poll
GET /api/v2/render/{jobId} until status is completed, or configure a webhook to be notified the moment it lands.