Getting started
Getting started
From key to first response in under a minute.

1 · Create a key
In the dashboard under Settings → API. Tick only the scopes the integration needs — a new key starts with the smallest one and nothing else.
2 · Copy it once
The key is shown a single time. We store a hash of it, so we cannot show it again — if it is lost, revoke it and make a new one.
3 · Call it
This is the cheapest way to check that everything is wired up:
Bash
curl "https://api.telefonai.dk/v1/me" \
-H "Authorization: Bearer tak_your_key_here"A 200 with your organisation means the key works. A 401 means the key is wrong; a 403 means the key is right but the scope is missing.
Where to next
- Authentication — scopes, and what a key may do
- Rate limits & paging — how many calls you get
- Errors — the fixed shape, and what each code means
