Endpoints
| Endpoint | What it returns | Access |
GET /api/v1/word/{word} |
the complete panel payload, tokens, neighbours, personality |
free |
GET /api/v1/search |
prefix search over the vocabulary |
free |
GET /api/v1/me |
your plan and remaining quota |
free |
POST /api/v1/bulk |
up to 500 words in one call |
paid |
GET /api/v1/history |
your own call history |
paid |
Authentication
Send your key as a bearer token. Calls without one still work at the
anonymous rate, so you can try an endpoint before signing up.
curl -H "Authorization: Bearer $LLMSAURUS_KEY" \
https://your-host/api/v1/word/delve
Limits
| Anonymous | 60 / day |
| Free account | 500 / day |
| Demo key (72 h) | 1,000 total |
| Starter |
50,000 / month |
| Pro |
500,000 / month |
Word pages themselves are free, unlimited and need no key: that will not
change. See pricing.
Get a key
A free account gives 500 API requests a day and a
one-click 72-hour demo key worth 1,000 requests
once your email is confirmed. Keys are shown once, at issue.
What the numbers mean, and which of them are measured, is on the
methodology page.
What is stored about you is in the
privacy policy.