TelefonAIv1
Getting started

Getting started

From key to first response in under a minute.

The TelefonAI API called from a terminal, with an AI call running on a phone

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

Getting started — TelefonAI