docs: media limits catalog per content type with official specs - #22
Open
paulocastellano wants to merge 5 commits into
Open
docs: media limits catalog per content type with official specs#22paulocastellano wants to merge 5 commits into
paulocastellano wants to merge 5 commits into
Conversation
Expand knowledge-base/media.mdx Buffer-style: Cloud size catalog, per-content_type size / duration / format with the official API page, what TryPost does to images vs video as-is, and FAQs (900 MB Instagram, feed video publishes as Reel, Telegram URL 5/20, Bluesky MP4 only). Each platform page gets a short table and a pointer back to Media. Document the new accepts_mov flag on GET /content-types and the MCP tool.
paulocastellano
changed the base branch from
main
to
docs/socials-workspaces-pricing
September 12, 2026 01:17
…d document server-side enforcement - Bluesky: lexicon decimal bytes, 10-minute limit with the official announcement as source, BLUESKY_VIDEO_MAX_BYTES note. - X: 8 GB / 20 min tweet_video default (Premium 16 GB / 125 min); 1 GB is the Cloud cap, not an X limit; never amplify_video. - TikTok: 10-minute API ceiling, creator_info may lower it. - Instagram feed: 100 MB / 60 s is TryPost's conservative rule, single video publishes through the Reels container. - New section on publish/schedule server-side checks (kind, GIF/MOV, size, duration) plus update-post and list-content-types notes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to trypostit/trypost#353
align-platform-media-limits(Instagram Reel 300 MB, X 8 GB / 20 mintweet_video, Bluesky 2 000 000 B / 300 000 000 B + 10 min + MOV blocked, TikTok 4 GB / 10 min, Discord / Telegram explicit caps, server-side enforcement of GIF/MOV/size/duration on publish).What changes
knowledge-base/media.mdxrewritten Buffer-style:content_typecapsize, duration when known), that drafts are never blocked, and that API uploads carry no durationmaxSizevalues and the 26 Aug 2026 10-minute announcement; X states the 8 GB / 20 min default (Premium 16 GB / 125 min) and that 1 GB is the Cloud cap; Instagram feed's 100 MB / 60 s is labelled as TryPost's conservative rule (Meta only documents the Reel spec; a single feed video publishes through the Reels container); TikTok 10 min withcreator_infopossibly lower422onplatforms.<n>.content_type), Telegram URL 5/20 MB, Bluesky MP4 onlyplatforms/*.mdx(all 12): short "Media limits" table, same official link, pointer to Media. Bluesky / X / TikTok / Instagram rows carry the corrections above.api-reference/endpoint/list-content-types.mdx:accepts_movfield; caps noted as already clamped to the instance upload cap and enforced server-side.api-reference/endpoint/update-post.mdx: media compatibility is re-checked onscheduled/publishingwith or withoutplatforms[](unlike the per-platformmetacheck).ai/tools-reference.mdx:accepts_mov.No new nav page. Every number matches
ContentType::mediaRules()after the Cloud hard cap.Based on
docs/socials-workspaces-pricing(#20); retargets tomainwhen that merges.