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 WaitlistUse 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.
/api/v1/websites
Create & generate a new website from a text prompt, brand assets, and configuration.
/api/v1/websites/:id
Retrieve website details including status, domain configuration, and generated files.
/api/v1/websites/:id/publish
Publish a website to production with optional staging preview.
/api/v1/websites/:id/analytics
Fetch analytics data — page views, visitors, referrers, geography, and device breakdown.
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 DetailsJoin 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.