Skip to main content
POST
Burn text overlay onto video

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
videoUrl
string
required

URL of the source video

text
string
required

Overlay text. Use \n for line breaks.

position
enum<string>

Vertical text placement

Available options:
top,
center,
bottom
fontSize
integer<int32>

Font size in pixels. Defaults to 4% of video height.

strokeThickness
integer<int32>

Text outline thickness (0-10). Defaults to 2.

Response

The request has succeeded.

id
string
required

Overlay asset ID

resultUrl
string
required

CDN URL of the overlaid video