Skip to main content
PATCH
/
accounts
/
{id}
/
posts
/
{pid}
Update a scheduled post
curl --request PATCH \
  --url https://api.social-api.ai/v1/accounts/{id}/posts/{pid} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "media_ids": [
    "<string>"
  ],
  "platform_options": {},
  "text": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Connected account ID

pid
string
required

Scheduled post ID

Body

application/json

Updated content

media_ids
string[]
platform_options
object
text
string

Response

OK

The response is of type object.