curl --request POST \
--url https://api.example.com/api/social/publish \
--header 'Content-Type: application/json' \
--data '
{
"platform": "x",
"text": "<string>"
}
'{
"platform": "x",
"post_id": "<string>",
"post_url": "<string>"
}Publish post text directly to a connected social account.
curl --request POST \
--url https://api.example.com/api/social/publish \
--header 'Content-Type: application/json' \
--data '
{
"platform": "x",
"text": "<string>"
}
'{
"platform": "x",
"post_id": "<string>",
"post_url": "<string>"
}