Skip to main content
POST
/
posts
/
{postId}
/
retry
Retry a failed post
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/posts/{postId}/retry \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "post_01HXYZ",
    "status": "publishing"
  }
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

postId
string
required

Unique identifier of the post.

Example:

"post_01HXYZ"

Response

Retry started.

success
boolean
required
data
object
required