Teotot Documentation

Everything you need to get started with our platform

Getting Started

Welcome to Teotot! This documentation will help you make the most of our AI-powered summarization tools.

Creating an Account

To get started, simply click the "Sign Up" button in the top right corner of our website. You can use your email address or sign up with Google.

Your First Summary

To generate your first summary:

  1. Paste a URL or text into the input box
  2. Adjust the summary length slider
  3. Click "Summarize"
  4. View your results in the summary panel

Example API Request

POST /api/summarize
Content-Type: application/json

{
  "text": "Your long article text here...",
  "max_length": 150
}

API Reference

Our API allows you to integrate Teotot's summarization capabilities into your own applications.

Authentication

All API requests require an API key which you can generate in your account settings.

Endpoints

POST /summarize

Generate a summary from raw text

Parameters: text (required), max_length, min_length

POST /summarize-url

Generate a summary from a webpage URL

Parameters: url (required), max_length, min_length

Summarization Features

Learn about our advanced summarization capabilities.

Key Points Extraction

Our system automatically identifies and extracts the most important points from any text.

Length Control

Adjust the summary length slider to get exactly the amount of detail you need.