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

Get caption 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,    "wordSpacingPx": 0,    "color": "string",    "backgroundColor": "string",    "backgroundShape": "per-line",    "backgroundJoinStyle": "connected",    "borderRadius": 0,    "border": "string",    "paddingPx": 0,    "paddingXPx": 0,    "paddingYPx": 0,    "textFillStyle": "solid",    "textGradientFrom": "string",    "textGradientTo": "string",    "textGradientAngleDeg": 0,    "textGradientStops": "string",    "textGradientColorSpace": "srgb",    "textStrokeEnabled": true,    "textStrokeColor": "string",    "textStrokeWidthPx": 0,    "textStrokeBlurPx": 0,    "textShadow": "string",    "shadowMode": "text-shadow",    "position": "string",    "customPositionY": 0,    "showActiveWord": true,    "activeWordColor": "string",    "activeWordBackgroundColor": "string",    "activeWordAnimation": "string",    "activeWordHoldMs": 0,    "spokenWordColorDurationMs": 0,    "emojiOverlaySizePx": 0,    "showEmojiOverlay": true,    "wordRevealAnimation": "string",    "revealMode": "single",    "paragraphReveal": "sequential",    "paragraphMode": "off",    "paragraphTransition": "fade",    "paragraphFadeMs": 0,    "pageCombineMs": 0,    "textTransform": "none",    "maxLinesPerCaption": 0,    "wordsPerLineLimit": 0,    "backgroundFillStyle": "solid",    "backgroundGradientFrom": "string",    "backgroundGradientTo": "string",    "backgroundGradientAngleDeg": 0,    "backgroundGlowColor": "string",    "backgroundGlowBlurPx": 0,    "marginBottomPx": 0,    "emphasisEnabled": true,    "emphasisFontFamily": "string",    "emphasisColor": "string",    "emphasisScale": 0,    "emphasisFontWeight": "string",    "emphasisBackgroundColor": "string",    "emphasisStrokeEnabled": true,    "emphasisStrokeColor": "string",    "emphasisStrokeWidthPx": 0,    "emphasisGlowColor": "string",    "emphasisGlowBlurPx": 0,    "emphasisRotationDeg": 0,    "emphasisAnimation": "none"  },  "look_id": null,  "preset_id": null,  "hint": "string"}