MiniMax H3 Max Turbo

Generate high-quality videos faster than real time with MiniMax H3 Max Turbo. Now available for just 5 credits per second

Learn the Basics

Quick tutorials to get the most out of Artificial Studio

For developers

Integrate Artificial Studio via API or connect your AI agent through MCP.

API
curl -X POST https://api.artificialstudio.ai/api/run \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY" \
-d '{
"tool": "create-image",
"input": {
"prompt": "A cinematic glass cabin beside a frozen lake at sunrise"
},
"webhook": "https://your-server.com/webhook"
}'
MCP

Add the Artificial Studio MCP to Claude Code. Run this command in your terminal.

claude mcp add --transport http artificial-studio https://api.artificialstudio.ai/mcp
Authenticates with OAuth — no API key needed.