Documentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
What it checks
countGraphemes(text) <= 500 regardless of post shape (text-only, image, video, carousel).
Why 500
Meta’s published Threads API documents the 500-character cap. We use grapheme-aware counting so a single emoji counts as 1, matching Meta’s own behavior on/threads create-container calls.
Failure response
Remediation
Trim the post. Use the same grapheme-aware approach as for Bluesky — seebluesky.text.max_graphemes for code.