Authentication
API Reference
All requests to Zukko API use a fetch_* key.
Authorization header
bash
Authorization: Bearer fetch_YOUR_KEYBasic rules
- use HTTPS:
https://api.zukko.pro; - never pass the key in the query string;
- for Anthropic-compatible requests add
anthropic-version; - the same key works across all compatible endpoints.
Example
bash
curl https://api.zukko.pro/v1/models \
-H "Authorization: Bearer fetch_YOUR_KEY"