Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.realtoraai.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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": "..." }
  }
}