πGetting Started
Welcome to Cognitia API!
This guide will help you make your first successful API call in just a few minutes.
π Step 1 β Sign up
To get access, create a free developer account at:
π https://cognitia.ai/signup
Youβll receive an API token via your dashboard after signing up.
π Step 2 β Get your API token
Your token is a long alphanumeric key used to authenticate your requests.
You must include it in the Authorization header of every API call.
Example:
Authorization: Bearer YOUR_API_TOKENKeep it secret. Donβt share it in public repos or frontend code.
π§ͺ Step 3 β Make your first API call
Try the Sentiment Analysis endpoint using curl:
β Expected response:
π§° Optional β Use Postman
If you prefer GUI-based testing, you can import our OpenAPI JSON spec into Postman. It includes all endpoints and example requests.
π Whatβs next?
Explore the available endpoints:
Need help? Visit the FAQ or contact support at support@cognitia.ai.
Last updated