Authentication

API Authentication for Sentimentally


API Key Authentication

Sentimentally uses API keys for authentication. To get started, log in, and head to your dashboard to copy your API token.

To authenticate API calls, pass your API key as a Bearer token;

curl 'https://sentimentally.xyz/api/analyze' \
  --header 'Authentication: Bearer YOUR_API_TOKEN'