API Reference

Typical Agent Workflow

  1. Get accountsGET /api/v1/accounts to discover connected platforms
  2. Create postPOST /api/v1/posts with content, media, and target account IDs
  3. Edit postPUT /api/v1/posts/:id to update draft or scheduled posts
  4. Cancel schedulePOST /api/v1/posts/:id/cancel to move a scheduled post back to draft
  5. Check statusGET /api/v1/posts/:id to monitor publish results per platform
  6. Delete postDELETE /api/v1/posts/:id to permanently remove a post