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
The IG container reports an aspect-ratio rejection when the media’s width/height ratio is outside0.8..1.91 for feed posts, or not 9:16 for Reels. Detection happens at the container status-poll step — preflight surfaces the rule when Meta reports it.
Why we don’t check it statically
Verifying the aspect ratio requires reading image dimensions or ffprobe-style video introspection. We don’t do that in the API hot path; instead we let Meta run its own check and translate the response into this rule.Failure response
Remediation
For a feed image, the safest target is 1:1 (1080×1080). Reels: 9:16 (1080×1920).Related
instagram.media.mime_allowedinstagram.media.reachable— the 2207052 sibling.