Authorization

The API is available at https://api.glaive.ai. All requests must have an Authorization header attached. A valid authorization header contains an API Key prefixed with Key like so:

"Authorization":"Key <token>"

Tokens can be created for a dataset using the app.

Currently tokens do not expire and cannot be scoped smaller than the dataset level

Last updated