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 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 }Generate, modify, list, and template — everything you'd do in the Landed dashboard, available programmatically.
Describe a site in a prompt and Landed builds a complete, structured website you can publish.
Send change instructions to a site ID and Landed applies them — iterate without regenerating.
Start from a library of templates by ID so the AI builds on a known structure.
Retrieve every site under your account with status and metadata for dashboards and automation.
Push a generated site live and roll out updates through the same programmatic flow.
Build site generation directly into your own product or onboarding flow.
Authenticate with a bearer token, send a prompt or template ID, and Landed returns a site ID and a live URL.
Sign up and copy your sandbox and live API keys from the dashboard.
Pull landed-sdks for your language from the PayingCo GitHub org.
Post a prompt or a template ID — get back a site ID you can modify and publish.
Maintained libraries with auth, generation, modify, and list helpers built in.
The most-used routes. See the full reference for every parameter and field.
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.
Create an account, grab your keys, and ship your first AI-generated site in minutes.
Get API keys