Auto-generate brochures, social posts and voiceover scripts tailored to each listing, on-brand and ready to publish.

Pass a listing and pick a template.
Copy, layout and assets are assembled into finished collateral.
A signed webhook returns the materials to your product.
Send the request, get a job back, and a signed webhook delivers the finished asset to your product. No polling, no model code to maintain.
curl -X POST https://api.dometech.com.au/v1/brochure \
-H "X-API-Key: dome_live_sk_..." \
-d '{ "listing_id": "lst_abc123", "template": "modern" }'
# 202 Accepted
{
"job_id": "job_abc123",
"status": "queued"
}