apitree uses a credit-based billing system. Every API call deducts credits based on the per-call rate set by the provider.
Cached responses are instant (sub-10ms from Redis) at the same per-call rate. You pay the same but get significantly faster responses.
GET /api/v1/billing/credits → Current credit balance GET /api/v1/billing/usage → Usage stats (last 30 days) GET /api/v1/billing/usage/daily → Daily breakdown