The Bonsai API supports HTTP Basic Authentication over TLS >= 1.2 as one means for authenticating requests.
Alpha Stage
The Bonsai API supports HTTP Basic Authentication over TLS >= 1.2 as one means for authenticating requests. The authentication protocol utilizes an Authorization header, with the contents: Basic .
Many tools, such as curl will construct this header automatically from credentials in a URL. For example, curl will translate https://user:pass@api.bonsai.io/ in to https://api.bonsai.io/ with the header Authorization: Basic dXNlcjpwYXNz.
For Basic Auth, the token key corresponds to the "user" parameter and the token secret corresponds to the "password" parameter.
Ready to power your search with AI?
Launch a fully managed Elasticsearch or OpenSearch cluster, with built-in vector search and AI capabilities.