One API call. Structured JSON back. No prompt engineering required. Built for developers who ship fast.
Three steps. Zero complexity.
Send a plain-text description of the list you want to generate.
Context-aware generation, adapted to your constraints automatically.
Title + items array, ready for your UI. No parsing needed.
Everything you need to integrate list generation into your product.
Guaranteed title + items JSON schema. Always parseable, always consistent.
Responds in the user's language automatically. No locale config needed.
Adapts to people count, duration, constraints you pass in.
Add, remove, or modify items via a second endpoint. Full CRUD on lists.
Control max items per request. Stay within your UI constraints.
One API key in the header. No OAuth flows, no token refresh.
A single endpoint to generate structured lists.
{
"description": "Weekend camping trip for 4 people, 2 nights",
"max_items": 20
}
{
"title": "Weekend Camping Trip Essentials",
"items": [
"4-person tent",
"Sleeping bags (x4)",
"Portable stove + fuel",
"Cooler with ice packs",
"Flashlights + extra batteries",
"First aid kit",
"Water bottles (x4)",
"Firewood + matches",
"Camp chairs (x4)",
"Trash bags"
]
}
Need to modify a list? Use POST /api/ai/lists/edit with the original list + your instructions.
Currently in private beta. Drop your email and we'll get you in.
We'll reach out when your spot is ready.