editor-overlay
Installation
SKILL.md
Editor — Overlay
Burn text overlays onto videos via VidJutsu API. TikTok-safe zone aware, configurable positioning and styling. 5 credits per call.
Endpoint
POST https://api.vidjutsu.ai/v1/overlay
Authorization: Bearer <VIDJUTSU_API_KEY>
{
"videoUrl": "[VIDEO_URL]",
"text": "Follow for more tips",
"position": "bottom",
"fontSize": 48,
"strokeThickness": 2
}