Represent information in a way that is easy to understand and engaging for your audience with Animo API.
Describe the animation you want, and our AI will generate it for you. Perfect for creating engaging content without any design skills.
curl -X POST https://api.animo.video/v1/video/generation \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"prompt": "A rocket launching into space",
"engine": "anthropic",
"model": "claude-3-7-sonnet-20250219"
}'
Integrate animations directly into your Python applications with our official SDK.
Compatible with Python 3.7+
Example of animation with voice over
Enhance your animations with professional voice overs. Simply include voice over instructions in your prompt, and we'll automatically generate and sync a voice over with your animation.
curl -X POST https://api.animo.video/v1/video/generation \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"prompt": "Say hello world with manim voice over",
"engine": "anthropic",
"model": "claude-3-7-sonnet-20250219"
}'
Our API uses a credit system to keep things simple. Here's how credits are consumed:
2 credits per successful request
1 credit per successful request
1 credit per successful request
Failed requests don't consume credits. Credits never expire, so you can use them whenever you need.
Get started with API
For regular users
High volume usage