Authenticate your account to get the API AccessToken
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.
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.