Genflo
Unified AIGC API

One API for your entire generation stack.

Build image and video generation into your product with one stable request format, live model discovery, and credit-based billing.

Read the docs
Typed model inputsStable task envelopeTransparent credit rates
curl -X POST 'https://api.genflo.io/api/saas' \
  -H 'Content-Type: application/json' \
  -H 'x-apikey: sk-your-api-key' \
  -d '{
    "model": "seedream-5.0-lite",
    "input": {
      "prompt": "A cinematic product photo",
      "resolution": "2K"
    }
  }'

Live models

Image models

Video models

Start in minutes

A deliberately small surface area

Discover a model, submit a task, and poll the same endpoint until the output is ready.

01

Discover

Fetch the public model catalog and render only inputs supported by each model.

02

Authenticate

Create an API key and pass it in the x-apikey header on every task request.

03

Generate

Create a task, then poll by task_id for status, usage, output, and errors.