API Integrations on Cuuro.ai allow other apps to access your workspace programmatically. This is useful for integrating Cuuro with other tools and services.
Cuuro API keys are prefixed with cuuro_ for easy identification.
You can create an API key by following these steps:
1
Go to your dashboard
Go to Settings > Developers in your dashboard.
2
Create an API Key
Click on the “Create new integration” button
3
Use your API Token
Now that you have your API key, you can use it to access your dashboard’s resources programmatically within API request in the API reference as a bearer token.
Copy
Authorization: Bearer cuuro_xxxx
We recommend creating separate API Integrations for different integrations to keep your data secure.