dopost · Example Payload

Get Platform Limits

Social-MediaSchedulingPublishingInstagramFacebookTikTokPinterestX / TwitterYouTubeContent ManagementREST

Get Platform Limits is an example object payload from dopost, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_notesrequestresponse_example

Example Payload

Raw ↑
{
  "_notes": "dopost does not document a generic /analytics endpoint as of 2026-05-27. The closest published surface that informs publishing decisions is /api/v1/social/limits/{platform}, used pre-publish to validate posts against per-network caps. This example illustrates a real, documented call.",
  "request": {
    "method": "GET",
    "url": "https://dopost.co/api/v1/social/limits/instagram",
    "headers": { "x-api-key": "<apiKey>" }
  },
  "response_example": {
    "platform": "instagram",
    "characterLimit": 2200,
    "mediaLimit": 10,
    "formats": {
      "feed": { "characterLimit": 2200, "mediaLimit": 10 },
      "story": { "characterLimit": 0, "mediaLimit": 1 },
      "reel": { "characterLimit": 2200, "mediaLimit": 1, "maxDurationSeconds": 90 }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/get-platform-limits"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.