Blotato + CreativeAI Integration
Integrate CreativeAI's unified proxy layer directly into your Blotato workflows to enable automatic multi-model failover for video generation.
Why use CreativeAI with Blotato?
Blotato excels at connecting tools via API. When generating video assets at scale, relying on a single vendor can lead to rate limits and cost spikes. By routing your Blotato requests through CreativeAI's unified endpoint, you gain zero-latency failover and the cheapest available providers automatically.
Configuring the HTTP Node
In Blotato, add a generic HTTP Request step and point it to:
POST https://api.creativeai.run/v1/video/generate
Headers:
Authorization: Bearer <Your API Key>
Body JSON:
{
"prompt": "{{steps.previous_node.output.text}}",
"model": "auto"
}Parsing the Output
CreativeAI will queue the generation. Use a Delay node in Blotato, followed by a GET request to the generated `id` to fetch your final video URL.