contexto-api / README.md
Dev-ks04
fix: Docker build - install torch CPU via --index-url, not requirements file
36720a3
---
title: Contexto API
emoji: πŸ”¬
colorFrom: purple
colorTo: yellow
sdk: docker
pinned: false
license: mit
app_port: 7860
---
# Contexto β€” Intent-Aware Summarization API
FastAPI backend for Contexto.
## Endpoints
- `GET /health` β€” health check
- `POST /auto-summarize` β€” summarize with intent + level + language + quality
- `POST /keywords` β€” keyword extraction
- `POST /batch-summarize` β€” batch mode
See `/docs` for the full interactive Swagger UI.