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
If themedia array contains both kind: "image" and kind: "video" items, preflight rejects.
Why
Bluesky’s record schema (app.bsky.embed.images vs app.bsky.embed.video) is exclusive — a single post embeds either images or a video, never both. There’s no embed shape that holds mixed media.
Failure response
Remediation
Send two posts. The second can quote-post or thread-reply to the first if you want them visually linked. If you need mixed media in a single visual, Threads is the platform that supports that — samemedia shape, different account.platform.
Related
bluesky.media.count_max— also caps at 4 images / 1 video.