Introduction
Genace is a unified multimodal generation API built for AI Agents
What is Genace
Genace is a single HTTP API that lets AI Agents generate video and images across multiple upstream models (Seedance, Kling, Veo 3, Nano Banana, Flux Pro, Ideogram) without juggling separate SDKs, auth schemes, or billing accounts for each provider.
Submit a job, poll or stream its status, get back a result URL — the same shape regardless of which model produced it.
Where to start
- Quick Start — get an API key and generate your first video in 5 minutes
- Models — supported models, pricing, and capabilities
- Claude Code Skills — install the open-source skill and call Genace natively from your Agent
- API Reference — full request/response schemas for every endpoint
Core concepts
- Jobs — every generation request becomes an async job (
queued→running→succeeded/failed/canceled). Submit endpoints return202 Acceptedimmediately with ajob_id. - Credits — usage is billed in credits, held when a job is submitted and settled when it finishes.
- Auth — every request is authenticated with an API key:
Authorization: Bearer sk_xxx.
Genace Docs