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
For images:mimeType ∈ { image/jpeg, image/png, image/webp }.
For videos: mimeType ∈ { video/mp4, video/quicktime }.
The mime is sniffed from the resolved bytes, not trusted from the file extension.
Why
Meta’s Threads create-container endpoint rejects HEIC, BMP, AVI, etc. with opaquecode 100 errors. Catching the mime mismatch locally surfaces a useful rule + remediation.
Failure response
Remediation
Re-encode the asset:Related
threads.media.image_size_maxthreads.media.video_size_maxinstagram.media.mime_allowed— IG is stricter (JPEG-only).