Authentication and keys

Updated 2026-07-13

Create a key in the developer console, then send it as a Bearer token on every request. All endpoints live under https://api.fryri.com/v1.

curl https://api.fryri.com/v1/usage \
  -H "Authorization: Bearer fryri_sk_..."

Billing#

API spend comes from your prepaid credit balance. GET /v1/wallet shows the balance and GET /v1/usage shows spend; both stay reachable even when the balance is empty, so you can always check state and top up.

The machine-readable contract#

Endpoints under /v1/evolving are beta and may change; everything else is stable.