API keys
Every request to the Typeless API must include an API key. Keys use the format:tls_sk_AbC123...
Create and manage your keys in the Typeless Console.
HTTP requests
Pass your key in theAuthorization header using the Token scheme.
WebSocket connections
Pass your key as atoken query parameter in the WebSocket URL.
Managing keys
From the Typeless Console you can create, rename, and revoke keys. The plaintext key value is shown only once — at creation time. If you lose a key, revoke it and create a new one.Security
Authentication errors
| Code | HTTP | When |
|---|---|---|
MISSING_API_KEY | 401 | Header/query missing or malformed |
INVALID_API_KEY | 401 | Key revoked or not found |
INSUFFICIENT_BALANCE | 402 | Account balance is zero — top up in the console |
ACCOUNT_SUSPENDED | 403 | Account deactivated — contact support |