Skip to main content
Publish a post to one or more connected social media platforms.

Endpoint

POST /functions/v1/post-to-social

Request body

ParameterTypeDescription
platformsstring[]Target platforms (e.g., ["instagram", "facebook"])
captionstringPost caption
media_urlstringURL of the image or video to post
hashtagsstring[]Hashtags to include

Response

{
  "results": {
    "instagram": { "success": true, "post_id": "..." },
    "facebook": { "success": true, "post_id": "..." }
  }
}