MCP / Vidéos
set_published
Active/désactive le partage public.
Exemple en conversation
Demandez simplement à votre assistant :
« Rends cette vidéo publique. »
Arguments
| Nom | Type | Requis | Description |
|---|---|---|---|
job_id | string | oui | ID. |
published | boolean | oui |
Appel de l'outil (JSON)
{
"job_id": "<job_id>",
"published": true
}Ce que renvoie l'outil
Comme l'endpoint POST /v1/jobs/{id}/published :
{
"ok": true
}