MCP / Posts & avatar
generate_avatar
Vidéo avatar UGC en lip-sync (offres payantes).
Exemple en conversation
Demandez simplement à votre assistant :
« Fais un avatar qui présente notre nouvelle fonctionnalité en 20 secondes. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
script | string | oui | Texte prononcé. |
voice | string | non | ID de voix. |
Appel de l'outil (JSON)
{
"script": "<script>",
"voice": "<voice>"
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/avatar :
{
"job_id": "job_9f2c…",
"status": "processing",
"cost": 90,
"credits_remaining": 60
}Cet outil est asynchrone: il renvoie un
job_id. L'assistant appelle ensuite get_job jusqu'à status: "done".