Base URL https://api.tilion.dev. Every request needs Authorization: Bearer $TILION_API_KEY.

Usage

null in limits or remaining means unlimited on your plan. Read remaining here rather than waiting for a 402.

Credits

Metered usage past the monthly allowance draws on a credit balance:
cost is the per-unit price of each metered thing. An empty wallet returns 402 with the machine-readable code insufficient_credits.

Redeeming a credit code

The body is {"code": "..."} and a successful redeem returns the granted amount and the new balance:
A 409 means the code was already redeemed.