Archbee · Example Payload

Archbee Api Page Request Example

API DocumentationDocumentation PlatformKnowledge BaseTechnical WritingDeveloper Docs

Archbee Api Page Request Example is an example object payload from Archbee, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titlecontentstatusparentId

Example Payload

Raw ↑
{
  "title": "Quick Start Guide",
  "content": "# Quick Start\n\nWelcome to our API...",
  "status": "draft",
  "parentId": "pg_parent123"
}