Fictura
Links API
GET/v1/usage

Usage

One number: how many links this key's app has created this month.

cURL
curl https://api.fictura.co/v1/usage \
  -H "Authorization: Bearer fk_live_..."
200 — application/json
{
  "ok": true,
  "links_this_month": 412
}

Useful for metering your own automations — a bulk importer can check before it fires. The count resets monthly.