Generates complete, professional websites.
The engine for high-volume web agencies.
POST a JSON payload...
Our engine builds structure...
Get a complete ZIP file...
Simple, RESTful, and documented.
The primary endpoint to create a new website project.
Webhook: Provide a webhook_url to receive a
notification when the site is ready.
{
"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"
}
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" }'
Returns a process_id to track the status.
{
"status": "processing",
"process_id": "proc_8x92m4k5",
"message": "Site generation started",
"estimated_time": "30s"
}
POST request sent to your `webhook_url`.
{
"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/..."
}
No monthly fees.