← Back to home

AeroScan API Documentation

Use your free API key to fetch your configuration bundle and report usage. All requests use HTTPS and a Bearer token.

Authentication

Pass your key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Get your configuration

Returns your allowed models, feature flags, and quotas.

curl https://dev.aeroscan.co.za:5050/v1/agent/config \
  -H "Authorization: Bearer YOUR_API_KEY"

Free tier limits

ResourceDaily limit
RequestsUnlimited
TokensUnlimited
Images2
Videos0

Free models have unlimited requests and tokens. Image generation is capped at 2 per day. Need more models, video, or higher image limits? Contact us about the Unlimited tier.

One key per IP

The free tier allows one key per IP address. The exact models and limits available to your key are defined by your plan and can change over time — always read them from the /v1/agent/config response rather than hard-coding.