Skip to main content
POST
/
v1
/
accounts
/
{id}
/
export
Create analytics export
curl --request POST \
  --url https://api.social-api.ai/v1/v1/accounts/{id}/export \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "include_transcript": true,
  "include_vision": false
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Connected account ID

Body

application/json

Export options

include_transcript
boolean
Example:

true

include_vision
boolean
Example:

false

Response

Accepted

The response is of type object.