Skip to main content
To securely access and interact with Kua.ai’s API, you need to authenticate your account and get the API AccessToken. The token is used to authenticate your requests to the API.

Get API AccessToken

To get the API AccessToken, you need to authenticate your account using the Authentication API:

Authenticate API

View the Authentication API documentation and code example
Code example to get the API AccessToken:

cURL

Python

JavaScript

Example Output:

Using the API AccessToken

All API endpoints are authenticated using Bearer tokens, you must include the API Access Token int the request headers as an Authorization Bearer token. Below are examples of how to include the API Key in requests using cURL, Python and JavaScript.

cURL

Python

JavaScript