API / Compte & référentiel
GET
/v1/pricingscope: readMCP: get_pricing
Grille des coûts par action.
Liste chaque action facturable, son coût en crédits, son endpoint et si elle est asynchrone.
Exemple de requête
curl -X GET https://deklip.com/v1/pricing \ -H "Authorization: Bearer dk_live_VOTRE_CLE"
Exemple de réponse
{
"currency": "crédits",
"actions": [
{
"action": "video",
"endpoint": "POST /v1/angles/{id}/video",
"cost": 40,
"async": true
},
{
"action": "clips",
"cost": 30,
"async": true
}
]
}Via MCP: cet endpoint correspond à l'outil
get_pricing.