Coming Soon

Build with the NapkinLands API

Integrate AI-powered landing page generation directly into your workflow. Create, customize, publish, and track websites programmatically.

Join the API Waitlist

Use Cases

Endless possibilities

The NapkinLands API fits into any workflow that needs landing pages at scale.

SaaS Platforms

Let your users generate landing pages from within your app. White-label the generation process.

Agencies

Automate landing page creation across client accounts. Scale your output without scaling your team.

Automation Tools

Integrate with Zapier, Make, or custom workflows. Generate pages triggered by events or schedules.

CMS Plugins

Build plugins for WordPress, Webflow, or any CMS that generates landing pages with AI.

API Overview

Simple, RESTful endpoints

A clean JSON API to create, manage, publish, and analyze your landing pages.

POST

/api/v1/websites

Create & generate a new website from a text prompt, brand assets, and configuration.

GET

/api/v1/websites/:id

Retrieve website details including status, domain configuration, and generated files.

POST

/api/v1/websites/:id/publish

Publish a website to production with optional staging preview.

GET

/api/v1/websites/:id/analytics

Fetch analytics data — page views, visitors, referrers, geography, and device breakdown.

Example Request
curl -X POST https://api.napkinlands.com/v1/websites \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A modern SaaS landing page for a project management tool",
    "style": "dark",
    "domain": "myproject.com",
    "brand": {
      "name": "ProjectFlow",
      "primaryColor": "#6366f1"
    }
  }'

API Access Pricing

API access is available as a paid addon starting at $49/mo, which includes a generous allocation of API calls. Volume pricing available for high-usage customers.

Contact Us for Details

Join the API Waitlist

Be the first to know when the NapkinLands API launches. Early access for waitlist members.

No spam. We'll only email you when the API is ready.