Use your free API key to fetch your configuration bundle and report usage. All requests use HTTPS and a Bearer token.
Pass your key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Returns your allowed models, feature flags, and quotas.
curl https://dev.aeroscan.co.za:5050/v1/agent/config \ -H "Authorization: Bearer YOUR_API_KEY"
| Resource | Daily limit |
|---|---|
| Requests | Unlimited |
| Tokens | Unlimited |
| Images | 2 |
| Videos | 0 |
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.
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.