Mojave is now Paying.co — same team and expertise, now with a name that reflects our core mission. Learn more →
DevelopersLanded API
AI Sites APIlanded.net

Generate AI-powered websites from code

Landed builds complete websites from a prompt or a template, modifies existing sites on demand, and lists everything under your account — all through a clean REST API.

generate-site.sh
# Generate an AI-powered website
curl https://api.landed.net/v1/sites \
  -H "Authorization: Bearer $PAYING_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Landing page for a coffee roaster",
    "template": "tpl_minimal_commerce",
    "publish": true
  }'

# → { id, url, status, template }
What you can build

Sites as an API call

Generate, modify, list, and template — everything you'd do in the Landed dashboard, available programmatically.

AI generation

Describe a site in a prompt and Landed builds a complete, structured website you can publish.

Modify existing sites

Send change instructions to a site ID and Landed applies them — iterate without regenerating.

Predefined templates

Start from a library of templates by ID so the AI builds on a known structure.

List & manage

Retrieve every site under your account with status and metadata for dashboards and automation.

Publish & update

Push a generated site live and roll out updates through the same programmatic flow.

White-label ready

Build site generation directly into your own product or onboarding flow.

Quick start

Generate your first site

Authenticate with a bearer token, send a prompt or template ID, and Landed returns a site ID and a live URL.

1

Grab your keys

Sign up and copy your sandbox and live API keys from the dashboard.

2

Install the SDK

Pull landed-sdks for your language from the PayingCo GitHub org.

3

Generate a site

Post a prompt or a template ID — get back a site ID you can modify and publish.

Official SDKs

Maintained libraries with auth, generation, modify, and list helpers built in.

Node.jsPythonPHPGoRuby
PayingCo/landed-sdks

Core endpoints

The most-used routes. See the full reference for every parameter and field.

POST/v1/sites
GET/v1/sites/:id
GET/v1/sites
POST/v1/sites/:id/modify
GET/v1/templates
Full API reference
FAQ

Landed questions

Landed generates complete AI-powered websites from a prompt or a predefined template. You can create a new site, modify an existing one, and list every site under your account through the API.

Yes. Landed ships a library of predefined templates. Reference a template ID when you create a site and the AI builds on that structure instead of starting from scratch.

Yes. Send modification instructions to an existing site ID and Landed applies the changes, so you can iterate programmatically rather than regenerating from zero.

Yes. Use sandbox keys to generate and modify test sites before switching to live keys and publishing.

Start generating sites

Create an account, grab your keys, and ship your first AI-generated site in minutes.

Get API keys