API / Briefs
GET
/v1/briefs/{id}scope: readMCP: get_brief
Détail d'un brief.
Paramètres
| Nom | Emplacement | Type | Requis | Description |
|---|---|---|---|---|
id | chemin | string | oui | ID du brief. |
Exemple de requête
curl -X GET https://deklip.com/v1/briefs/{id} \
-H "Authorization: Bearer dk_live_VOTRE_CLE"Exemple de réponse
{
"id": "brief_a1",
"name": "Mon SaaS",
"product": "…",
"platform": "tiktok",
"language": "fr"
}Via MCP: cet endpoint correspond à l'outil
get_brief.