All tools

Advertising · generate_ad_video

Ad video

Animate a visual or generate a short video (25 credits per video).

Price
25 credits / video
€1.95 · $2.125 · debited by the tool, per result
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
prompt *stringMouvement, ambiance, rythme (ex. « lent travelling avant sur le produit, lumière chaude, particules »).
sourceCreativeIdstringVisuel généré (creativeId) à animer — recommandé.
sourceFileIdstringImage (files.id) à animer si pas de creativeId.
enginekling | dop | veo | seedancekling · dop · veo · seedance. Défaut : kling si image, seedance sinon.
durationSecondsnumberDurée souhaitée (arrondie aux durées du moteur : kling 5/10, veo 4/6/8, seedance 5/8/10).
format16:9 | 9:16 | 1:1 | 4:3 | 3:4Rapport d'aspect (texte→vidéo). Image→vidéo : celui de l'image.
campaignIdstringCampagne interne (ad_campaigns.id) à laquelle rattacher la vidéo.
labelstring
fileNamestring
waitSecondsnumberAttente maximale avant de rendre la main (défaut 75, max 150).

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":"generate_ad_video","input":{"prompt":"…","sourceCreativeId":"…","sourceFileId":"…","engine":"kling"}}'
$run({ "tool": "generate_ad_video", "input": {"prompt":"…","sourceCreativeId":"…","sourceFileId":"…","engine":"kling"} })