Skip to main content
PUT
/
clips
/
{clipId}
Update a clip
curl --request PUT \
  --url https://app.autoposting.ai/api-proxy/clips/{clipId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

clipId
string
required

Body

application/json

Clip fields to update.

Response

Clip updated.

Standard success response envelope.

success
boolean
Example:

true

data
object