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

successboolean
schemaVersioninteger
sourcestring
packageVersionstring
limitsLastUpdatedstring
supportedPlatformsstring[]
platformsobject

Keyed by platform. Each value carries platform, displayName, characters, images, videos, requirements, plus documents, gifs, and thumbnails (null when the platform has no distinct spec).

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"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.