API / Posts images
POST
/v1/posts/{id}/imagescope: generateMCP: post_image
Régénère le fond du post.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du post. |
prompt | corps | string | non | Consigne du fond. |
Exemple de requête
curl -X POST https://deklip.com/v1/posts/{id}/image \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"url": "https://…/bg.jpg"
}Via MCP: cet endpoint correspond à l'outil
post_image.