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
| Field | Type | Description |
|---|---|---|
| brandProfileId | string | Fiche de marque (analyze_website). Recommandé. |
| url | string | Sinon : URL du site — analysé automatiquement (30-60 s de plus). |
| count | number | Nombre de vidéos (défaut 12, max 60). |
| formats | array | Défaut ["9:16"]. Chaque format ajouté multiplie les variantes. |
| themes | array | Défaut auto : couleurs de la marque + un thème contrasté. |
| durationSeconds | number | Durée cible par vidéo (défaut 20). |
| angles | array | Angles à utiliser (défaut : tous, en rotation). |
| language | string | Langue des vidéos (défaut : langue du site). |
| voiceover | boolean | Voix off + sous-titres (défaut true). |
| voice | female_fr_pro | male_fr_warm | female_en_pro | male_en_pro | Voix (défaut : voix française féminine, ou anglaise si langue en). |
| music | calm | upbeat | bold | none | Ambiance musicale (défaut upbeat). |
| captions | karaoke | boxed | none | |
| scripts | array | Scripts imposés (optionnel) : [{ angle?, hook, scenes: [{ kind, text, subtext?, voice?, emphasis?, stat?, compare?, author?, page? }], cta? }]. |
| campaignId | string | Campagne publicitaire interne à laquelle rattacher les vidéos. |
| label | string | Nom 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":[]} })