Render manim code via the Kodisc API.
POST https://api.kodisc.com/render/video
apiKey
(string): API key generated via the Kodisc Dev dashboard.code
(string): Code used to generate the video.className
(string): Class to render within the code.quality
(string): Quality to render the video at. It can be one of the following qualities:
success
(boolean): Whether the request succeeded or not. It can fail due to multiple factors including invalid API key, insufficient credits, failed video rendering (will charge API key for a failed request)error
(string?): Error message if success is false
.video
(string?): If the request succeeded, this is the URL of the generated video on Kodisc’s CDN.thumbnail
(string?): If the request succeeded, this is the URL of the generated thumbnail on Kodisc’s CDN.