Skip to main content
GET
/
api
/
usage
Usage
curl --request GET \
  --url https://piloterr.com/api/usage \
  --header 'x-api-key: <x-api-key>'
{
    "plan": "50 credits once",
    "remaining": 44,
    "renewal_date": null
}
x-api-key
string
required
This parameter specifies the private key you’ll need for Piloterr access.

Response

plan
string
Plan name
remaining
string
Remaining credits
{
    "plan": "50 credits once",
    "remaining": 44,
    "renewal_date": null
}