MindStudio + CreativeAI Integration
Integrate CreativeAI's unified proxy layer directly into your MindStudio AI apps to enable automatic multi-model failover.
How it works
MindStudio allows you to connect custom REST APIs. By pointing your API action to CreativeAI's /v1/video/generate or /v1/images/generations, you automatically get access to dozens of video and image models without changing any code or logic in MindStudio.
1. Create a New Custom Action
In your MindStudio workspace, add a new HTTP Request action with the following parameters:
POST https://api.creativeai.run/v1/video/generate
Headers:
Authorization: Bearer YOUR_CREATIVEAI_API_KEY
Content-Type: application/json
Body:
{
"prompt": "{{your_prompt_variable}}",
"model": "auto"
}2. Map the Output
CreativeAI will route to the best available model. The response will contain an output_url which you can display in your MindStudio app interface.