Developer API

Introduction

Build on the engine behind REB Studio — the same AI arsenal plus real-estate recipes, exposed as a clean, metered API. Self-serve, with your first $5 free.

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.

Self-serve: create a key and start now — your first $5 of usage is free.
API Docs · Introduction — Reel Estate Boss®