“Token” has two meanings in Anyone — don’t mix them up:Documentation Index
Fetch the complete documentation index at: https://docs.anyone.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key (your credential)
An API key is the credential you use to call the Anyone API. It typically looks likesk-xxxxx.
- Created in the dashboard
- Included in the
Authorization: Bearerheader of your requests - Each API key has its own usage tracking and quota
- You can create new ones and delete old ones at any time
Model tokens (billing unit)
Model tokens are the basic units AI models use to process text. Roughly:- 1 English word ≈ 1–2 tokens
- 1 Chinese character ≈ 1–3 tokens
- 1,000 tokens ≈ 750 English words
usage field in the API response tells you how many tokens each request consumed:

