API / Posts images
POST
/v1/posts/{id}/copyscope: generateMCP: post_copy
Régénère la copie du post.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du post. |
prompt | corps | string | non | Orientation de la copie. |
Exemple de requête
curl -X POST https://deklip.com/v1/posts/{id}/copy \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"texts": [
"Titre choc",
"Sous-titre"
]
}Via MCP: cet endpoint correspond à l'outil
post_copy.