Posts
Get live per-platform posting limits
Return Publora's per-platform limits (characters, images, videos, documents, GIFs, thumbnails, and requirements) as live JSON, sourced from the shared @publora/platform-limits package. These are the API-specific limits Publora validates against before scheduling — use them to drive client-side validation instead of hard-coding values. No parameters.
get/platform-limits
Response
Per-platform limits
Example response
{
"success": true,
"schemaVersion": 1,
"source": "@publora/platform-limits",
"packageVersion": "1.0.0",
"limitsLastUpdated": "2026-03-11",
"supportedPlatforms": [
"twitter",
"instagram",
"threads",
"tiktok",
"linkedin",
"youtube",
"facebook",
"mastodon",
"bluesky",
"telegram",
"pinterest"
]
}