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
| Field | Type | Description |
|---|---|---|
| creativeId * | string | |
| scenes | array | Modifications par scène (index 0 = première scène). |
| insertScenes | array | Scènes à insérer (afterIndex -1 = au début). |
| hook | string | Remplace le texte (et la voix) de la première scène. |
| theme | dark | light | brand | |
| format | 9:16 | 1:1 | 16:9 | |
| music | calm | upbeat | bold | none | |
| voiceover | boolean | |
| voice | female_fr_pro | male_fr_warm | female_en_pro | male_en_pro | |
| captions | karaoke | boxed | none | |
| durationSeconds | number | |
| cta | object | |
| brandColors | object | |
| regenerateClips | boolean | |
| label | string |
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":"…"} })