Authentication

View as Markdown

Open Dashboard → Developer Hub and copy your existing private API key. Send it in the Authorization header as Bearer <api_key>.

curl 'https://anthropod.in/api/v2/conversation-analytics/configuration?service_id=YOUR_SERVICE_ID&module_name=business_insights' \
--header 'Authorization: Bearer YOUR_PRIVATE_API_KEY'

Replace the placeholders with your service ID and private API key. Keep the key on your backend; do not include it in browser code or a public repository.