Authorization

Authenticate your application with Deplora API using API Key and Secret Key.

Getting your API credentials

Register an account

Go to deplora.ai and create your account.

Navigate to API Keys

Open your Dashboard and select API Keys from the sidebar.

Generate credentials

Click Create new secret key to generate your API Key and Secret Key pair.

Credentials

CredentialFormatDescription
API Keydep-xxxPublic identifier for your account
Secret Keylora-xxxPrivate key to authenticate requests

Store your credentials securely. Never share your Secret Key or commit it to version control.

Authentication methods

Choose how you want to integrate Deplora into your application.

Next Steps