All tools

Social & video · generate_promo_videos

Promo videos from website

Batch of typography and screenshot videos for LinkedIn, X, YouTube.

Price
5 credits / call
€0.39 · $0.425
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
brandProfileIdstringFiche de marque (analyze_website). Recommandé.
urlstringSinon : URL du site — analysé automatiquement (30-60 s de plus).
countnumberNombre de vidéos (défaut 12, max 60).
formatsarrayDéfaut ["9:16"]. Chaque format ajouté multiplie les variantes.
themesarrayDéfaut auto : couleurs de la marque + un thème contrasté.
durationSecondsnumberDurée cible par vidéo (défaut 20).
anglesarrayAngles à utiliser (défaut : tous, en rotation).
languagestringLangue des vidéos (défaut : langue du site).
voiceoverbooleanVoix off + sous-titres (défaut true).
voicefemale_fr_pro | male_fr_warm | female_en_pro | male_en_proVoix (défaut : voix française féminine, ou anglaise si langue en).
musiccalm | upbeat | bold | noneAmbiance musicale (défaut upbeat).
captionskaraoke | boxed | none
scriptsarrayScripts imposés (optionnel) : [{ angle?, hook, scenes: [{ kind, text, subtext?, voice?, emphasis?, stat?, compare?, author?, page? }], cta? }].
campaignIdstringCampagne publicitaire interne à laquelle rattacher les vidéos.
labelstringNom du lot (ex. « Lancement septembre »).

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_promo_videos","input":{"brandProfileId":"…","url":"…","count":1,"formats":[]}}'
$run({ "tool": "generate_promo_videos", "input": {"brandProfileId":"…","url":"…","count":1,"formats":[]} })