$ curl https://api.quickcasa.ai

The Engine Behind Everything

Every feature in QuickCasa is backed by an API. Leads, inventory, AI, websites, forms, media, analytics, cadences, integrations — if it exists in the platform, you can build on it. RESTful endpoints, API key authenticated, and designed for the property management industry.

Get Started MCP Server
api.quickcasa.ai
# Authenticated via API key
GET   /v1/leads/:id
POST  /v1/leads
PUT   /v1/entities/:id
DELETE /v1/media/:id

# Consistent JSON responses
{ "success": true, "data": { ... } }
// breadth

If It Exists in QuickCasa, There's an API for It

The API covers every domain of the platform. These are not thin wrappers — each domain has full CRUD operations, specialised queries, and business logic endpoints. The same APIs that power the client portal are the ones you build on.

Leads & CRM

/v1/leads, /v1/touchpoints, /v1/follow-ups

Full lead lifecycle — creation, qualification, follow-ups, cadences, escalation, archival. Every CRM interaction is an API call.

Inventory & Properties

/v1/communities, /v1/buildings, /v1/units

The complete property hierarchy. Communities, buildings, unit types, individual units, floor plans, amenities, features, and policies at every level.

AI & Cognition

/v1/entities, /v1/casas, /v1/qualifications

The intelligence layer. Entity configuration, AI persona management, intent detection, qualification rules, dynamic knowledge, and the full cognition pipeline.

Websites & Pages

/v1/mcp/*, website-builder factory

Create and manage websites, pages, code files, components, themes, and publishing. The MCP server alone exposes 38 specialised tools.

Forms & Data Capture

/v1/custom-forms, flow-form factory

Single-page forms and multi-step flow forms with branching logic, LLM nodes, and custom scripts. Plus custom attributes and client datastores.

Communication

webhooks, switchboard factory

Seven intake channels — voice, SMS, email, web widget, Facebook, Instagram, WhatsApp — all routing through a unified switchboard.

Media & Content

/v1/media, media-library factory

Upload, transform, and deliver images, videos, and documents. CDN-backed with authentication support and permanent URLs.

Analytics & Reporting

analytics, reporting, dashboard factories

Dashboards, custom reports, NPS campaigns, web visitor tracking, and page visit analytics. Data in, insights out.

Automation

cadence, sequence, trigger factories

Follow-up cadences with external triggers (webhook, email, SMS), automated sequences, notifications, nudges, and scheduled jobs.

Integrations

/v1/inventory-sync, buildingstack routes

Inbound and outbound. Twilio, SendGrid, Meta, BuildingStack, Yardi, and custom webhook integrations. Data sync in both directions.

Team & Access

/v1/employees, /v1/roles, /v1/invites

Employee management, role-based permissions, invitations, and company settings. Full access control for multi-tenant operations.

Micro-Sites & Links

micro-sites, translation factories

Linktree-style micro-sites, the translation plugin for multilingual support, experiments, and regional content restrictions.

// related

Part of Something Bigger

MCP Server

mcp.quickcasa.ai

38 AI-powered tools for building websites from Claude Code, Cursor, or any MCP-compatible client. One command to connect.

LLM API

llm.quickcasa.ai

Unified API for text, image, and video generation. OpenAI-compatible SDK, multiple models, streaming support.

Built for Property Management

The QuickCasa API is not a bolted-on afterthought — it is the platform. Every feature in the client portal, every AI conversation, every form submission, and every website publish is an API call under the hood. The same endpoints that power the product are the ones third-party developers, integration partners, and internal tools build on.

The API is organised around the domains of property management: leads and CRM, inventory and properties, AI and cognition, websites and pages, forms and data capture, communication channels, media, analytics, automation, and integrations. Each domain is a self-contained module with its own routes, types, and business logic.

Authentication uses API keys scoped to individual companies. Keys are issued through the client portal and can be rotated at any time. Rate limiting is built in, and all requests are logged for audit and debugging. Every endpoint returns consistent JSON responses with standard HTTP status codes.

The API is designed for the property management industry. That means the data models, the business logic, and the automation workflows are purpose-built for leasing teams, property managers, and real estate developers. You are not bending a generic API to fit your use case — the use case is baked in.

Build on QuickCasa

Every feature is API-first. If you can click it, you can call it.

Get Started