JingJin WordFlow
JingJin WordFlow is a developer-first AI text processing API designed for apps, websites, chatbots, and knowledge base systems. Unlike generic writing tools, WordFlow focuses exclusively on real developer needs: cleaning unstructured text data, scalable paraphrasing, intelligent long-content summarization, and semantic text splitting optimized for embeddings. 4 Core Endpoints /text-clean —…
JingJin WordFlow endpoints
| Method | Endpoint | Description |
|---|---|---|
| text-clean | ||
| POST |
text_clean /text-clean |
Clean and normalize raw text. Remove invisible characters, normalize line breaks, collapse whitespace, strip duplicate punctuation, remove spam URLs, and optionally filter… |
| text-paraphrase | ||
| POST |
text_paraphrase /text-paraphrase |
Lossless paraphrasing that preserves all facts while changing sentence structure and word choice. Perfect for content deduplication and A/B copy testing. |
| text-summarize | ||
| POST |
text_summarize /text-summarize |
Condense long text into concise summaries with key point extraction. Ideal for news feeds, blog previews, and knowledge base indexing. |
| text-split | ||
| POST |
text_split /text-split |
Smart semantic chunking for vector embeddings and RAG pipelines. Configurable chunk size with context overlap between chunks. |
JingJin WordFlow pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | Free | — |
|
| ULTRA | $9.99 / month | — |
|
| MEGA | $19.99 / month | — |
|