Chat Parser
## Supported Platforms - **WhatsApp** — iOS & Android, 50+ locale/date variants, RTL text, multi-line messages - **Telegram** — JSON export & text export from Telegram Desktop - **Instagram** — Meta "Download Your Information" JSON (fixes broken UTF-8 encoding & reverse message order) ## What You Get Back - Messages with speaker, content, ISO 8601 timestamps - 18 content types: text, media,…
Chat Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Parse Chat /v1/parse |
Parse chat text into structured JSON. Supports WhatsApp, Telegram, and Instagram exports with auto-detection. |
| POST |
Parse File /v1/parse/file |
Upload a .txt or .json chat export file for parsing. |
| POST |
Detect Format /v1/detect |
Lightweight format detection without full parsing. Returns platform, confidence score, and variant. |
| POST |
Batch Parse /v1/batch |
Parse multiple chats in one request. Max items per plan: Free=2, Pro=5, Ultra=10, Mega=20. |
| GET |
Supported Formats /v1/formats |
List all supported chat platforms and format variants. |
| GET |
Health Check /health |
Server health status with memory, uptime, and cache info. |
| GET |
API Info / |
Get API version, status, and list of available endpoints. |
Chat Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $19.99 / month | 200 / minute |
|
| ULTRA | $49.99 / month | 500 / minute |
|
| MEGA | $199 / month | 1000 / minute |
|