Buble Docs
Build image and video generation workflows with the Buble API.
Buble Docs
Buble is a professional AI creative production platform for generating images and videos with production-ready models, reusable media uploads, credit-based billing, and asynchronous generation tasks.
Start with the API
Use the Buble API when you want to call Buble models from your own backend service.
Public API workflow
- Create an API key in your Buble account.
- Call
GET /api/v1/modelsto discover available models, modes, required inputs, and parameters. - Upload source assets with
POST /api/v1/fileswhen a model mode requires images, videos, or audio. - Create a task with
POST /api/v1/generations. - Poll
GET /api/v1/generations/[id]until the task reachessuccessorfailed.