GET
/
v1
/
templates
/
{templateId}
/
variants
List variants
curl --request GET \
  --url https://api.getbluma.com/api/v1/templates/{templateId}/variants \
  --header 'Authorization: Bearer <token>'
{
  "variants": [
    {
      "id": "<string>",
      "template_id": "<string>",
      "name": "<string>",
      "payload": {
        "videoCount": 123,
        "settings": {
          "systemPrompt": "<string>",
          "captionPrompt": "<string>",
          "compositionProps": {}
        }
      },
      "is_active": true,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Path Parameters

templateId
string
required

Template identifier

Response

List of variant presets

variants
object[]
total
number