Facebook Business Manager · Schema
Post
AdvertisingAnalyticsBusiness ManagementMarketingSocial-MediaMessagingCommerceAgentsMCPWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The ID of the post |
| message | string | The text content of the post |
| story | string | Auto-generated story text for the post |
| created_time | string | When the post was created |
| updated_time | string | When the post was last updated |
| full_picture | string | URL of the full-size post image |
| permalink_url | string | Permanent URL to the post |
| type | string | Type of post content |
| shares | object | Share count information |
| likes | object | |
| comments | object | |
| attachments | object | Media and link attachments on the post |
| is_published | boolean | Whether the post is published |
| scheduled_publish_time | string | Unix timestamp for scheduled posts |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Post",
"title": "Post",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the post"
},
"message": {
"type": "string",
"description": "The text content of the post"
},
"story": {
"type": "string",
"description": "Auto-generated story text for the post"
},
"created_time": {
"type": "string",
"format": "date-time",
"description": "When the post was created"
},
"updated_time": {
"type": "string",
"format": "date-time",
"description": "When the post was last updated"
},
"full_picture": {
"type": "string",
"format": "uri",
"description": "URL of the full-size post image"
},
"permalink_url": {
"type": "string",
"format": "uri",
"description": "Permanent URL to the post"
},
"type": {
"type": "string",
"description": "Type of post content",
"enum": [
"link",
"status",
"photo",
"video",
"offer"
]
},
"shares": {
"type": "object",
"properties": {
"count": {
"type": "integer"
}
},
"description": "Share count information"
},
"likes": {
"type": "object",
"properties": {
"summary": {
"type": "object",
"properties": {
"total_count": {
"type": "integer"
}
}
}
}
},
"comments": {
"type": "object",
"properties": {
"summary": {
"type": "object",
"properties": {
"total_count": {
"type": "integer"
}
}
}
}
},
"attachments": {
"type": "object",
"description": "Media and link attachments on the post"
},
"is_published": {
"type": "boolean",
"description": "Whether the post is published"
},
"scheduled_publish_time": {
"type": "string",
"description": "Unix timestamp for scheduled posts"
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/facebook-business-manager-post"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.