Authentication

Authenticating with the LiveReach AI Cloud API requires an API key. API keys can be generated by your account manager. Please ensure your API Key is kept secure. Authentication is performed with the Authorization HTTP Header in the format Authorization: Api-Key ${APIKEY}

Authenticating with LiveReach AI Device APIs will require an access token. This access token can be generated using the Cloud API. Authentication is performed with the Authorization HTTP Header in the format Authorization: Bearer ${TOKEN}

Last updated