ProductsMarketing Materials
Marketing Materials

Brochures and social posts, per listing.

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

/v1/brochure
Marketing Materials generated by DomeTech

How it works

1

Send a listing

Pass a listing and pick a template.

2

We compose

Copy, layout and assets are assembled into finished collateral.

3

Delivered back

A signed webhook returns the materials to your product.

One endpoint

Call it with one request.

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.

  • On-brand brochures for every listing
  • Social content without a designer
  • Voiceover scripts for listing videos
request.sh
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"
}

Generated by DomeTech

Marketing Materials sample