Posts
Trigger publish
Forces the publishing pipeline to run for a post that is currently pending, failed, or stuck. Useful for scheduled posts you want to publish early, or to nudge a post whose worker missed its window.
Authorization
apiKey X-Api-Key<token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/posts/string/publish"{ "post_id": "string", "processed": true, "successful_items": 0, "failed_items": 0}Delete a post DELETE
Permanently deletes a post and all its items. Already-published items remain live on the destination platforms — this only removes the CutPro record.
Retry a failed item POST
Re-queues a `failed` item for publishing. The item's `Error` and previous `render_id` are cleared. Only items currently in `failed` state can be retried.