RelayAPI

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

MethodEndpointDescription
PUTAttach a tag to a postAttach a tag to a post
POSTBulk create postsBulk create posts
POSTBulk create posts from CSVBulk create posts from CSV
POSTCreate a postCreate a post
POSTEdit one or more published post targetsEdit one or more published post targets
DELETEDelete a postDelete a post
DELETERemove recycling configurationRemove recycling configuration
DELETEDetach a tag from a postDetach a tag from a post
GETGet a postGet a post
GETGet publishing logs for a postGet publishing logs for a post
GETGet notes for a postGet notes for a post
GETGet a published-edit operationGet a published-edit operation
GETGet recycling configurationGet recycling configuration
GETList all publishing logsList all publishing logs
GETList tags attached to a postList tags attached to a post
GETList postsList posts
GETList published-edit operationsList published-edit operations
GETList recycled copies of a postList recycled copies of a post
PUTSet recycling configurationSet recycling configuration
POSTResolve an unknown provider publish outcomeResolve an unknown provider publish outcome
POSTRetry failed targetsRetry failed targets
POSTUnpublish a published postUnpublish a published post
PATCHUpdate a postUpdate a post
POSTUpdate metadata on a published videoUpdate metadata on a published video
PATCHUpdate notes for a postUpdate notes for a post

Found something wrong? Help us improve this page.

On this page