Posts
PATCH /v1/posts/{id} edits drafts or scheduled posts. Published X, Facebook, Discord, and Reddit text is edited through the durable /edits operation family with an Idempotency-Key; X edits replace the provider Post ID. Discord forum/media-thread edits require the exact thread ID retained from the confirmed publish result and fail closed when that context is unavailable. Media/title edits are not implied. See Published Edits and Social Actions.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
PUT | Attach a tag to a post | Attach a tag to a post |
POST | Bulk create posts | Bulk create posts |
POST | Bulk create posts from CSV | Bulk create posts from CSV |
POST | Create a post | Create a post |
POST | Edit one or more published post targets | Edit one or more published post targets |
DELETE | Delete a post | Delete a post |
DELETE | Remove recycling configuration | Remove recycling configuration |
DELETE | Detach a tag from a post | Detach a tag from a post |
GET | Get a post | Get a post |
GET | Get publishing logs for a post | Get publishing logs for a post |
GET | Get notes for a post | Get notes for a post |
GET | Get a published-edit operation | Get a published-edit operation |
GET | Get recycling configuration | Get recycling configuration |
GET | List all publishing logs | List all publishing logs |
GET | List tags attached to a post | List tags attached to a post |
GET | List posts | List posts |
GET | List published-edit operations | List published-edit operations |
GET | List recycled copies of a post | List recycled copies of a post |
PUT | Set recycling configuration | Set recycling configuration |
POST | Resolve an unknown provider publish outcome | Resolve an unknown provider publish outcome |
POST | Retry failed targets | Retry failed targets |
POST | Unpublish a published post | Unpublish a published post |
PATCH | Update a post | Update a post |
POST | Update metadata on a published video | Update metadata on a published video |
PATCH | Update notes for a post | Update notes for a post |
Found something wrong? Help us improve this page.