Authentication
All /api/v1 requests must include an Authorization header with a bearer token. Tokens are personal API keys created from the /settings page.
Header format
httpAuthorization: Bearer owai_xxxxxxxxxxxxxxxxxxxxxxxx
Creating a key
Visit /settings, click New key, name it, and copy the value. The full key is shown once. If you lose it, revoke the old one and create a new key.
Revoking a key
From the same /settings page, click Revoke next to any key. Revoked keys stop working immediately.
New accounts get a starter key shown right after signup. If you missed it, create a new one from
/settings.