thatAPI - Social Media Formatter
The Social Media Formatter API is a text processing toolkit for developers building social media tools. Three endpoints handle the formatting tasks every social app needs. Key Features: - Thread splitting: break long text into numbered parts (1/3, 2/3, 3/3) at sentence boundaries, not mid-word - Unicode formatting: convert plain text to bold, italic, bold italic, monospace, strikethrough, or…
thatAPI - Social Media Formatter endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Split Thread /v1/social-format/thread-split |
Split long text into numbered thread parts at sentence boundaries. Respects character limits per platform. Returns parts list with numbering (1/N format). |
| POST |
Unicode Format /v1/social-format/unicode-format |
Convert plain text to Unicode styled characters (bold, italic, monospace, strikethrough, underline). Works on platforms that do not support native rich text. |
| POST |
Platform Adapt /v1/social-format/platform-adapt |
Adapt text to a specific platform's constraints. Enforces character limits, caps hashtag counts, truncates at sentence boundaries, and suggests improvements. |