π€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
π 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
Contact: support@cognitia.ai
FAQ: See common issues
Status page: status.cognitia.ai
π§ 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