GET
/
v1
/
templates
List all templates
curl --request GET \
  --url https://api.getbluma.com/api/v1/templates \
  --header 'Authorization: Bearer <token>'
{
  "templates": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "category": "<string>",
      "duration_range": {
        "min": 123,
        "max": 123
      },
      "credits_per_video": 123,
      "thumbnail_url": "<string>",
      "example_video_url": "<string>",
      "supported_resolutions": [
        "720p"
      ],
      "requires_context": {
        "prompt": true,
        "brand_id": true,
        "custom_data": true
      }
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Response

200 - application/json

List of templates

templates
object[]
total
number