API
Account
GET /v1/me — organization, key, contract, usage, and allowed categories.
curl -H "x-api-key: YOUR_KEY" \
"$APP_URL/v1/me"Response
| Field | Meaning |
|---|---|
organization_id | Owning organization |
key | { id, name, prefix } — prefix is the public start of the secret, not the secret |
contract | { name, requests_per_month, requests_per_minute, allowed_formats, status } |
usage | { month, remaining } — month-to-date count vs quota |
categories | { slug, name }[] you may request |
allowed_formats is a subset of webp, png, jpeg. Requesting a format outside the contract returns 403. Vehicles outside categories also return 403.
This call counts against RPM and monthly quota like any other authenticated request.