Authentication

Conscent.ai uses API keys to allow access to the API to Create and Register any content with Conscent.ai. You can view your API Key and API Secret by logging in to your Conscent.ai Dashboard and navigating to the Client Integrations Page.

Please contact your administrator for the Login Credentials to access the Dashboard - provided on the official email address registered with Conscent.ai.

Conscent.ai expects the API Key and API Secret to be included as username and password, respectively, in BasicAuth Authorization in certain API requests (Ex. Create Content API utilized by the Client).

Attaching the snapshot below:

For passing the Authorization in this API in the Registration Section, you may create that key by using this command in the terminal:

echo -n "API KEY:API SECRET" | base64

Last updated