Editor
GET
/videos/{id}/config

The stored caption styling and presentation theme for this video. An empty object means the video has never been styled and renders with the editor defaults.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings > API & Webhooks. Keys start with sf_live_.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/videos/string/config"
{  "data": {    "captionsFontFamily": "TheBoldFont",    "captionsFontWeight": "medium",    "captionsPrimaryColor": "#39E508",    "captionsFontSize": 72,    "captionsVerticalPosition": 70,    "captionsAnimation": "fadeInSlideUp",    "captionsWordEffects": "bounceWord",    "captionsTextTransform": "uppercase",    "layoutMode": "wrap"  }}