API / Posts images
POST
/v1/posts/{id}/renderscope: generateMCP: render_post
Rend le PNG final.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du post. |
Exemple de requête
curl -X POST https://deklip.com/v1/posts/{id}/render \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"result": "https://…/post.png"
}Via MCP: cet endpoint correspond à l'outil
render_post.