API & MCP reference / Getting started
Pagination
List endpoints accept limit (default 50) and offset, and return the total as count alongside data.
curl "https://posttrain.app/api/v1/posts?limit=25&offset=50" \
-H "Authorization: Bearer pt_live_…"