cURL
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 }
Get a list of all available video templates
Use your API key in the format: Bearer bluma_live_your_api_key_here
Bearer bluma_live_your_api_key_here
List of templates
Show child attributes