The API is pay-per-use, drawn from the balance of the account that owns the API key. Balance is measured in coins (Documentation Index
Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt
Use this file to discover all available pages before exploring further.
1 coin = R$ 1.00).
Model: flat fee + pass-through
Every/v1 call has two cost components:
Flat fee per route
| Route | Cost |
|---|---|
Most reads (me, items, collections, reporters, videos, discover) | 0.001 coin |
search | 0.005 coin |
items/{id}/transcript | 0.005 coin |
Prices may be adjusted as the operation evolves. The cost is always drawn
after the response — a billing failure never drops the call.
Insufficient balance
Before processing, the API checks the balance. If it’s zero or negative, the response is:Top up via Pix
Coins are purchased via Pix (1 coin = R$ 1.00). The flow:
Create the charge
POST /admin/accounts/me/deposit/pix with { amount_coins, cpf }. Returns
the QR Code (base64 image) and the copy-and-paste code:Pay
The user pays the Pix from their bank app (QR or copy-and-paste). Minimum of
5 coins per top-up.
The credit happens only after the Pix is confirmed. The processing fee is
absorbed by the platform — you are credited exactly
amount_coins.Tracking usage
The current balance comes fromGET /v1/me (see the API Reference tab). The
detailed transaction statement lives in the dashboard at
clipping.cc/balance.