Generate a branded social media post image for a property listing. Supports square (1:1), portrait (4:5), and story (9:16) formats.
{
"post_type": "square",
"property": {
"address": "example",
"suburb": "string",
"listing_type": "string",
"price_display": "string",
"description": "string",
"images": [
"https://example.com/image.jpg"
]
},
"webhook_url": "https://example.com/image.jpg"
}
{
"data": {
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"status": "queued"
},
"meta": {
"request_id": "req_abc123",
"timestamp": "2026-03-12T10:00:00.000Z",
"mode": "live"
}
}
/v1/social-content/generate202Generate a branded social media post image for a property listing. Supports square (1:1), portrait (4:5), and story (9:16) formats.
Request Body
post_typeproperty.addressproperty.suburbproperty.listing_typeproperty.price_displayproperty.descriptionproperty.imagesbranding.agent_namebranding.agent_phonebranding.agency_namebranding.agency_logo_urlbranding.agent_headshot_urlbranding.primary_colorbranding.secondary_colorbranding.additional_agentswebhook_urlcallback_metadataRequest Example
Response