Skip to main content
POST
/
clips
/
{clipId}
/
retry
Retry failed download
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/clips/{clipId}/retry \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

clipId
string
required

Response

Download retry started.

Standard success response envelope.

success
boolean
Example:

true

data
object