BlitzReels
BlitzReelsDocumentation
API Reference
GET
/caption-themes/{themeId}

Get caption theme.

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

themeId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/caption-themes/string"
{  "id": "string",  "name": "string",  "description": "string",  "settings": null,  "is_public": true,  "usage_count": 0,  "created_at": "string",  "updated_at": "string",  "is_default": true}