Skip to main content
POST
/
v1
/
disclaimer
Burn fine-print disclaimer onto video
curl --request POST \
  --url https://api.vidjutsu.ai/v1/disclaimer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "videoUrl": "<string>",
  "text": "<string>",
  "fontSize": 123
}
'
{
  "id": "<string>",
  "resultUrl": "<string>"
}

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

Disclaimer text. Use \n for line breaks. Kept fine-print style at the bottom of the frame.

fontSize
integer<int32>

Font size in pixels. Defaults to 2.2% of video height (fine-print).

Response

200 - application/json

The request has succeeded.

id
string
required

Disclaimer asset ID

resultUrl
string
required

CDN URL of the disclaimed video