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

  1. Create an API key in your Buble account.
  2. Call GET /api/v1/models to discover available models, modes, required inputs, and parameters.
  3. Upload source assets with POST /api/v1/files when a model mode requires images, videos, or audio.
  4. Create a task with POST /api/v1/generations.
  5. Poll GET /api/v1/generations/[id] until the task reaches success or failed.