API / Vidéos & jobs
POST
/v1/jobs/{id}/pubkitscope: generateMCP: get_pubkit
Kit de publication (titre, description, hashtags).
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}/pubkit \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"title": "…",
"description": "…",
"hashtags": [
"#saas",
"#freelance"
]
}Via MCP: cet endpoint correspond à l'outil
get_pubkit.