BLUN
Kostenlos starten Login
Mit BLUN chatten

API Keys

Mint, rotate, or revoke keys for your BLUN API calls. Keys start with blun_sk_. You see the full secret once only — after that, we keep a hashed preview.

Docs: Authentication →

Create a new key

chat
images
voice
agents
embed

Your keys

No keys yet

Mint your first key above. It will appear here masked, the full secret shows once on creation.

Using your key

Pass the key as a bearer token on every request:

curl https://api.blun.ai/v1/chat/completions \
  -H "Authorization: Bearer blun_sk_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"queen","messages":[{"role":"user","content":"Hi"}]}'

Your new API key

Copy it now. For security, the full secret is shown exactly once. After you close this dialog, only a masked preview remains.