Tous les outils

Réseaux sociaux et vidéos · revise_promo_video

Retoucher une vidéo

Nouvelle version : textes, scènes, thème, format, musique.

Prix
2 crédits / appel
0,156 € · 0,17 $US
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
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

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

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":"…"} })