For Developers

One API, 97 AI Models

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.

Image & video generation (FLUX, Kling, Sora, Veo)
OpenAI-compatible chat (GPT-5.4, Claude, Gemini)
Simple credit-based pricing
Rate limits that scale with your plan
API Request
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
}