White Label AI Website Builder API

Generates complete, professional websites.

Build at Scale

The engine for high-volume web agencies.

Send Request

POST a JSON payload...

1

AI Generation

Our engine builds structure...

2

Receive Site

Get a complete ZIP file...

3

API Reference

Simple, RESTful, and documented.

Generate Site Endpoint

POST https://api.mondrix.ai/v1/sites/generate

The primary endpoint to create a new website project.

Webhook: Provide a webhook_url to receive a notification when the site is ready.

Request Body

{
  "domain": "tastybites.com",
  "name": "TastyBites",
  "address": "123 Main St, New York",
  "description": "American restaurant with traditional recipes and modern twist.",
  "language": "en",
  "webhook_url": "https://your-agency.com/webhook/site-ready"
}

Example Request (cURL)

curl -X POST https://api.mondrix.ai/v1/sites/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "domain": "tastybites.com",
    "name": "TastyBites",
    "address": "123 Main St, New York",
    "description": "American restaurant...",
    "webhook_url": "https://your-agency.com/webhook/site-ready"
  }'

Initial Response

Returns a process_id to track the status.

Response Body

{
  "status": "processing",
  "process_id": "proc_8x92m4k5",
  "message": "Site generation started",
  "estimated_time": "30s"
}

Webhook Callback

POST request sent to your `webhook_url`.

Payload

{
  "event": "site_generated",
  "process_id": "proc_8x92m4k5",
  "status": "completed",
  "site_url": "https://mondrix.ai/preview/proc_8x92m4k5",
  "download_url": "https://api.mondrix.ai/v1/download/..."
}

Pay Per Site

No monthly fees.

Standard

$5 / site

Perfect for testing.

Request Access

Request Access

Mondrix.ai provides a robust white-label solution...

sales@mondrix.ai