# Kodisc > The animation studio for educators — public API documentation. ## Docs - [Enqueue a render](https://docs.kodisc.com/api-reference/endpoint/enqueue-render.md): Submits a Manim scene for rendering and returns immediately with a `jobId`. The job runs asynchronously on Kodisc's render fleet. - [Get account & credits](https://docs.kodisc.com/api-reference/endpoint/get-me.md): Returns the user and key behind the credentials on this request, plus the live credit balance. Useful as a health check while wiring up an integration, or to show remaining credits inside your own dashboard. - [Get a render job](https://docs.kodisc.com/api-reference/endpoint/get-render.md): Returns the current state of a render job. Poll this endpoint until `status` is `completed` or `failed`, or use a webhook to be notified instead. - [API reference](https://docs.kodisc.com/api-reference/introduction.md): Base URL, conventions, and the three endpoints that make up the Kodisc API. - [Authentication](https://docs.kodisc.com/authentication.md): API keys, Bearer tokens, rotation, and revocation. - [Errors & rate limits](https://docs.kodisc.com/errors.md): Status codes, the credit model, and how to recover. - [Welcome](https://docs.kodisc.com/introduction.md): Render Manim scenes from your own apps with the Kodisc API. - [MCP Server](https://docs.kodisc.com/mcp.md): Use the Kodisc MCP server to render Manim scenes directly from AI coding tools like Claude Code and Cursor. - [Quickstart](https://docs.kodisc.com/quickstart.md): Render a scene end-to-end with curl in under five minutes. - [Webhooks](https://docs.kodisc.com/webhooks.md): Get notified the moment a render finishes, with verifiable signatures. ## OpenAPI Specs - [openapi](https://docs.kodisc.com/openapi.yaml)