Get an additional discount on premium plans after signing up

Buble Docs

Buble is a professional AI creative production platform for generating images and videos with production-ready media 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/media_models for direct media models, or GET /api/v1/apps for preconfigured app workflows.
  3. Upload source assets with POST /api/v1/files when a workflow requires images, videos, or audio.
  4. Create a task with POST /api/v1/generations or POST /api/v1/apps/[app]/generations.
  5. Poll the task until it reaches success or failed.

Model-specific API pages are grouped in the sidebar under Video Models, Image Models, and Chat Models.