Cut.ProDocs
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.

X-Api-Key<token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

POST
/posts/{id}/publish
curl -X POST "https://example.com/posts/string/publish"
{  "post_id": "string",  "processed": true,  "successful_items": 0,  "failed_items": 0}