Integrate AI image generation, video creation, and chat into your apps with a single API. OpenAI-compatible chat endpoint. Pay per credit, scale as you grow.
curl https://www.flixly.ai/api/v1/generate \
-H "Authorization: Bearer flx_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "flux-dev",
"prompt": "A cat in a top hat",
"type": "TEXT_TO_IMAGE"
}'{
"id": "task_abc123",
"status": "COMPLETED",
"output_url": "https://...",
"credits_charged": 3
}Endpoints, parameters, webhooks and error codes.
Read the docs →Official JavaScript and PHP clients.
Browse SDKs →The MCP connector exposes the same models to any MCP client — same account, same credits.
Set up MCP →Credits work the same as they do in the web app — one balance across the API, the dashboard and MCP, and they never expire. See pricing.