Authentication
All APIs require an API key sent in the x-api-co-id header.
Example:
curl "<endpoint>" \
-H "x-api-co-id: YOUR_API_KEY"
Notes:
- Keep keys secret; rotate them regularly.
- Unauthorized calls return
401with a message likeUser not authenticated. - Some paid endpoints may return
402if your balance is insufficient.