BlitzReels
BlitzReelsDocumentation
API Reference
GET
/projects/{projectId}/captions/style

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

projectId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects/string/captions/style"
{  "success": true,  "settings": {    "fontSize": 0,    "fontFamily": "string",    "fontWeight": "string",    "fontStyle": "normal",    "textAlign": "string",    "lineHeight": 0,    "letterSpacing": 0,    "color": "string",    "backgroundColor": "string",    "borderRadius": 0,    "textStrokeEnabled": true,    "textStrokeColor": "string",    "textStrokeWidthPx": 0,    "textStrokeBlurPx": 0,    "textShadow": "string",    "position": "string",    "customPositionY": 0,    "showActiveWord": true,    "activeWordColor": "string",    "activeWordBackgroundColor": "string",    "activeWordAnimation": "string",    "emojiOverlaySizePx": 0,    "wordRevealAnimation": "string",    "maxLinesPerCaption": 0,    "wordsPerLineLimit": 0,    "emphasisEnabled": true,    "emphasisColor": "string",    "emphasisScale": 0,    "emphasisFontWeight": "string",    "emphasisGlowColor": "string",    "emphasisGlowBlurPx": 0  },  "look_id": null,  "preset_id": null,  "hint": "string"}