πŸ€–Cognitia API

⚠️ This documentation is part of a fictional portfolio project created by Berangere Gallais, freelance technical writer & documentation engineer. It is not affiliated with a real product or company.


🧭 Table of Contents


πŸ€– What is Cognitia?

Cognitia is a REST API that processes raw text and returns actionable insights in JSON format. It’s designed for developers and teams building tools that need language understanding.

You send us text. We send you back meaning.


✨ Features

  • πŸ” Sentiment Analysis β€” Classify tone as positive, neutral, or negative

  • 🧠 Summarization β€” Condense long text into clear, concise summaries

  • 🚨 Bias Detection β€” Detect potential stereotypes or harmful language

Supports English and French (except Bias β†’ English only).


πŸš€ Quick Start

πŸ‘‰ Get started in 3 minutes

curl -X POST https://api.cognitia.ai/v1/analyze-sentiment \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"text": "I love using Cognitia β€” it saves me hours!"}'

πŸ“š Available Endpoints

Feature
Endpoint
Docs

Sentiment Analysis

POST /analyze-sentiment

Summarization

POST /summarize

Bias Detection

POST /detect-bias


πŸ›  Tools & Format

  • REST over HTTPS

  • JSON request/response

  • OpenAPI spec available (for import in Postman)


🧰 Postman & Testing

You can import the OpenAPI JSON spec into Postman or Insomnia for a GUI-based exploration of all endpoints.


❓ FAQ

Check out the FAQ page for answers to common questions.


πŸ’¬ Support


🧠 About

Cognitia is built for modern teams who care about ethical, usable, and smart language tools. It’s your shortcut to deeper understanding β€” in content, comments, emails, reviews, and more.

Cognitia is a fictional AI product designed to demonstrate technical documentation skills. Made with ❀️ by Berangere Gallais β€” technical writer & documentation engineer).

Last updated