Thundre for Developers

Build on Thundre.
The Real Estate AI API.

Integrate Thundre's AI infrastructure directly into your platform. Generate 4K property video, full ad campaigns, CMAs, and audience intelligence via a clean REST API — in production in days, not months.

~47s
Full campaign generation
99.9%
API uptime SLA
REST
Clean JSON endpoints
SDKs
JS, Python, coming soon

Quick Start

One API call.
Full campaign.

Pass a property address. Thundre returns 4K video, ad creatives, a landing page, email sequences, and segmented audiences — all ready to publish.

Video Generation
4K cinematic property video from photos and listing data
Ad Creative
Facebook, Instagram, Google — all formats, all sizes
Audience Intelligence
Buyers, investors, downsizers — built and ready
Email & Landing Pages
Full nurture sequences and high-converting listing pages
generate-campaign.js
// Initialize Thundre client
import Thundre from '@thundre/sdk';

const client = new Thundre({
  apiKey: process.env.THUNDRE_API_KEY
});

// Generate a full campaign from an address
const campaign = await client.campaigns.generate({
  address: '42 Ocean Drive, Bondi Beach NSW',
  outputs: ['video', 'ads', 'email', 'audiences'],
  brand: { agentId: 'agent_abc123' }
});

// Returns in ~47 seconds
console.log(campaign.video.url);
// → https://cdn.thundre.ai/v/oc_42ocean...
console.log(campaign.ads.length);
// → 6 (variants for all platforms)
console.log(campaign.audiences[0].size);
// → 42000 (matched buyers)

Platform Capabilities

Everything you need to build.

REST API

Clean, predictable endpoints. JSON in, JSON out. Full OpenAPI spec with interactive docs.

Webhooks

Real-time event delivery. Get notified when campaigns complete, leads arrive, or performance thresholds are hit.

SDKs

JavaScript and Python SDKs with full TypeScript types. More languages shipping soon.

White-label

Embed Thundre under your own brand. Custom domains, your logo, your product — powered by our AI.

CRM Integrations

Native connectors for Salesforce, HubSpot, Follow Up Boss, and more. Or bring your own via the API.

Enterprise Security

SOC 2 compliant. API key scoping, IP allowlisting, audit logs, and rate limiting built in.

Ready to build?

API access is available to select partners and development teams. Request access to get your API key and sandbox environment.

Sandbox available immediately. Production access within 48 hours.