Skip to main content
POST
/
posts
/
{pid}
/
retry
Retry a failed post
curl --request POST \
  --url https://api.social-api.ai/v1/posts/{pid}/retry \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

pid
string
required

Scheduled post ID

Response

Post re-enqueued

success
boolean
Example:

true