01
Discover
Fetch the public model catalog and render only inputs supported by each model.
Build image and video generation into your product with one stable request format, live model discovery, and credit-based billing.
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
Discover a model, submit a task, and poll the same endpoint until the output is ready.
Fetch the public model catalog and render only inputs supported by each model.
Create an API key and pass it in the x-apikey header on every task request.
Create a task, then poll by task_id for status, usage, output, and errors.