All tools

Social & video · revise_promo_video

Revise a video

New version: copy, scenes, theme, format, music.

Price
2 credits / call
€0.156 · $0.17
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
creativeId *string
scenesarrayModifications par scène (index 0 = première scène).
insertScenesarrayScènes à insérer (afterIndex -1 = au début).
hookstringRemplace le texte (et la voix) de la première scène.
themedark | light | brand
format9:16 | 1:1 | 16:9
musiccalm | upbeat | bold | none
voiceoverboolean
voicefemale_fr_pro | male_fr_warm | female_en_pro | male_en_pro
captionskaraoke | boxed | none
durationSecondsnumber
ctaobject
brandColorsobject
regenerateClipsboolean
labelstring

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"revise_promo_video","input":{"creativeId":"…","scenes":[],"insertScenes":[],"hook":"…"}}'
$run({ "tool": "revise_promo_video", "input": {"creativeId":"…","scenes":[],"insertScenes":[],"hook":"…"} })