Skip to main content

Usage

const { data, error } = await vj.createDisclaimer({
  videoUrl: "https://cdn.example.com/ad.mp4",
  text: "Results not typical. Consult a professional.",
});

Parameters

FieldTypeRequiredDefaultDescription
videoUrlstringYesURL of the source video
textstringYesDisclaimer text. Use \n for line breaks
fontSizenumberNo2.2% of video heightFont size in pixels

Response

{
  "id": "dsc_...",
  "resultUrl": "https://cdn.vidjutsu.ai/disclaimers/dsc_.../output.mp4"
}
Text is always centered at the bottom with a subtle 1px outline. For FTC-style disclosures: results-not-typical, paid-endorsement, AI-generated labels.

Credits

5 credits per call.