Content API

Debug Interface - Posts, Media, Annotations & Blocks

Posts

  • GET /posts
  • POST /posts
  • GET /posts/{id}
  • PATCH /posts/{id}
  • DELETE /posts/{id}

Media

  • GET /posts/{id}/media
  • POST /posts/{id}/media
  • POST /media/reorder

Annotations

  • GET /annotations
  • POST /annotations

Blocks

  • GET /blocks
  • POST /blocks
  • POST /blocks/reorder

Request

Quick Templates

Response

// Response will appear here