AI Text Enhancement Workflow API
An AI-powered text enhancement workflow API built with LangGraph, OpenAI API, and FastAPI. Provides writing, imitation, polishing, expansion, abbreviation, and continuation functionalities.
AI Text Enhancement Workflow API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Text Enhancement /api/v1/enhance |
Universal text enhancement interface supporting all enhancement types. |
| POST |
AI Writing /api/v1/write |
Generate original articles based on topics. |
| POST |
Text Polishing /api/v1/polish |
Optimize text expression to improve language fluency and professionalism. |
| POST |
Text Expansion /api/v1/expand |
Extend text content while maintaining core meaning. |
| POST |
Text Abbreviation /api/v1/abbreviate |
Condense text content while preserving key information. |
| POST |
Text Continuation /api/v1/continue |
Generate coherent follow-up content based on given text. |
| POST |
Text Imitation /api/v1/imitate |
Create new content mimicking the style, tone, and structure of reference text. |