Bluma API

Asynchronous short-form video generation REST API. Submit a template id and a prompt to POST /v1/videos, receive a job id, and collect the finished render either by polling GET /v1/videos/{id} or by subscribing to the video.completed webhook, then fetch a one-hour signed URL from GET /v1/videos/{id}/download. Also covers template discovery, credit balance and history, API key lifecycle (create, list, rotate with a 30-day grace, revoke), webhook registration and delivery logs, and usage metrics. Authenticated with prefixed bearer API keys (bluma_test_ / bluma_live_) carrying eight product scopes.

Documentation

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/bluma-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Bluma API
description: Asynchronous short-form video generation REST API. Submit a template id and a prompt to POST
  /v1/videos, receive a job id, and collect the finished render either by polling GET /v1/videos/{id}
  or by subscribing to the video.completed webhook, then fetch a one-hour signed URL from GET /v1/videos/{id}/download.
  Also covers template discovery, credit balance and history, API key lifecycle (create, list, rotate
  with a 30-day grace, revoke), webhook registration and delivery logs, and usage metrics. Authenticated
  with prefixed bearer API keys (bluma_test_ / bluma_live_) carrying eight product scopes.
humanURL: https://docs.getbluma.com/api-reference/overview
baseURL: https://api.getbluma.com/api/v1
tags:
- Video Generation
- Artificial Intelligence
- Content Creation
- Media
tags_raw:
- Video Generation
- AI
- Content Creation
- Media
properties:
- type: Documentation
  url: https://docs.getbluma.com/
- type: APIReference
  url: https://docs.getbluma.com/api-reference/overview
- type: GettingStarted
  url: https://docs.getbluma.com/quickstart
- type: Authentication
  url: authentication/bluma-authentication.yml
- type: OAuthScopes
  url: scopes/bluma-scopes.yml
- type: ErrorCatalog
  url: errors/bluma-problem-types.yml
- type: RateLimits
  url: rate-limits/bluma-rate-limits.yml
- type: Conventions
  url: conventions/bluma-conventions.yml
- type: Webhooks
  url: asyncapi/bluma-webhooks.yml
- type: DataModel
  url: data-model/bluma-data-model.yml
- type: Sandbox
  url: sandbox/bluma-sandbox.yml
- type: Lifecycle
  url: lifecycle/bluma-lifecycle.yml
- type: Conformance
  url: conformance/bluma-conformance.yml
- type: AgentSkill
  url: skills/_index.yml
x-openapi-advertised:
  url: https://api.getbluma.com/api/v1/openapi.json
  http_status: 401
  checked: '2026-08-12'
  note: Bluma's API Reference Overview advertises a complete OpenAPI at this URL and tells readers to
    import it into Postman, Insomnia or Swagger UI. It returns 401 "No authorization token provided" to
    an anonymous request, so the spec could not be retrieved and none has been saved. Publishing it unauthenticated
    is the single highest-value fix available to this provider.