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.

Generate a professional branded social media graphic for a property listing.

Endpoint

POST /functions/v1/branded-listing-post

Request body

ParameterTypeDescription
listing_idstringListing to use
template_idstringDesign template
overlay_textstringCustom text overlay (e.g., “Just Listed!”)
include_headshotbooleanInclude agent headshot
include_logobooleanInclude brand logo

Response

{
  "image_url": "https://storage.example.com/branded-post.png",
  "width": 1080,
  "height": 1080
}