API / Posts images
GET
/v1/posts/{id}scope: readMCP: get_post
Détail d'un post.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du post. |
Exemple de requête
curl -X GET https://deklip.com/v1/posts/{id} \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"id": "post_1",
"format": "portrait",
"post": {
"texts": [
"…"
]
},
"result": "https://…/post.png"
}Via MCP: cet endpoint correspond à l'outil
get_post.