Reel Estate Boss®

Developer API

Introduction

Build on the engine behind REB Studio — the same AI arsenal plus real-estate recipes, exposed as a clean, metered API. This is a request-access beta.

Base URL#

All endpoints live under https://www.reelestateboss.com. Every request is authenticated with an API key and returns JSON.

How it works#

The API is asynchronous by design — built for long renders and reels. You submit a job to an endpoint, get a task id back, and poll that task until it succeeds or fails. Jobs are billed only on success; a failed job costs nothing.

  1. 1. Create an API key in your account (Settings → API keys).
  2. 2. POST /v1/generate (or a recipe) with your key → receive a task id.
  3. 3. GET /v1/tasks/{id} until status: "succeeded" → use the output URLs.

Compliance#

Every generation runs through the same fair-housing filter as Studio. Recipe responses carry MLS-disclosure metadata so your app can surface the required notices. Non-negotiable in real estate — built in at the API tier.

Request-access beta: keys are issued on request while metered billing is hardened. Request access →
API Docs · Introduction — Reel Estate Boss®