API / Vidéos & jobs
POST
/v1/jobs/{id}/viralcheckscope: generateMCP: get_viral_score
Score viral + recommandations.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du job. |
Exemple de requête
curl -X POST https://deklip.com/v1/jobs/{id}/viralcheck \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"score": 78,
"strengths": [
"Hook fort"
],
"improvements": [
"Raccourcir l'intro"
]
}Via MCP: cet endpoint correspond à l'outil
get_viral_score.