AI Sites API · landed.net

Generate AI-powered websites from code.

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

Bearer auth · Sandbox + live · Official SDKs
quick-start.sh
# generate an AI-powered website
curl https://api.landed.net/v1/sites \
 -d '{"prompt":"Landing page for a coffee roaster",
  "template":"tpl_minimal_commerce","publish":true}'

→ id · url · status · template
01 · What you can build

One focused API, designed to do its job well.

GENERATE

AI generation

Describe a site in a prompt and get a complete structured website.

MODIFY

Modify existing sites

Send change instructions against a site ID without regenerating from scratch.

TEMPLATES

Predefined templates

Start from a known structure and let AI personalize it.

WHITE LABEL

Embed it

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

02 · Quick start

From key to first successful request.

01

Grab your keys

Use sandbox credentials while you build and live credentials when you ship.

02

Install the SDK

Use the maintained library for your language or call the REST API directly.

03

Make the request

Send the minimal payload, inspect the response and wire the result into your flow.

03 · Core endpoints

The routes you'll use first.

Start with the core surface, then move into the full API reference when you need every parameter and event.

POST/v1/sites
GET/v1/sites/:id
GET/v1/sites
POST/v1/sites/:id/modify
GET/v1/templates
START BUILDING

Ship the first AI-generated site from your own code.

Use the sandbox end to end, then switch to live keys when you're ready to ship.

Get API keys →