πŸš€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_TOKEN

Keep 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