API & MCP reference / Getting started

Pagination

List endpoints accept limit (default 50) and offset, and return the total as count alongside data.

bash
curl "https://posttrain.app/api/v1/posts?limit=25&offset=50" \
  -H "Authorization: Bearer pt_live_…"
Pagination — API & MCP Reference · Post Train