Authentication
Create an API key
Oasis uses API keys for authentication. Users are allowed to create 1 API key per account. Keep in mind that API keys are a secret. Never share your API key or expose it in any client side environment.
Visit https://dashboard.oasis.ai/enterprise/api-keys to create an api key.
All API requests should include your API key in an Authorization
HTTP header as follows:
Last updated