All docs
Typical Workflow
A typical workflow using the Postixly API.
Typical Workflow
Here is a common workflow for integrating with the Postixly API:
- Get your API Key: Obtain your API key from the dashboard.
- List Accounts: Fetch your connected accounts using
GET /social-media/my-social-accounts. - Upload Media (Optional): If you need to include images or videos, upload them first.
- Create Post: Send a
POST /social-postsrequest with your content, media URLs, and the IDs of the accounts you want to post to.