API Reference
Typical Agent Workflow
- Get accounts →
GET /api/v1/accountsto discover connected platforms - Create post →
POST /api/v1/postswith content, media, and target account IDs - Edit post →
PUT /api/v1/posts/:idto update draft or scheduled posts - Cancel schedule →
POST /api/v1/posts/:id/cancelto move a scheduled post back to draft - Check status →
GET /api/v1/posts/:idto monitor publish results per platform - Delete post →
DELETE /api/v1/posts/:idto permanently remove a post