AI-Powered API

Turn any description into a structured list

One API call. Structured JSON back. No prompt engineering required. Built for developers who ship fast.

How it works

Three steps. Zero complexity.

1

Describe what you need

Send a plain-text description of the list you want to generate.

2

AI builds your list

Context-aware generation, adapted to your constraints automatically.

3

Get clean JSON back

Title + items array, ready for your UI. No parsing needed.

Built for production

Everything you need to integrate list generation into your product.

Structured Output

Guaranteed title + items JSON schema. Always parseable, always consistent.

Multilingual

Responds in the user's language automatically. No locale config needed.

Context-Aware

Adapts to people count, duration, constraints you pass in.

Edit Existing Lists

Add, remove, or modify items via a second endpoint. Full CRUD on lists.

Configurable Limits

Control max items per request. Stay within your UI constraints.

Simple Auth

One API key in the header. No OAuth flows, no token refresh.

API Preview

A single endpoint to generate structured lists.

POST /api/ai/lists/create
{
  "description": "Weekend camping trip for 4 people, 2 nights",
  "max_items": 20
}
Response
{
  "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.

Get early access

Currently in private beta. Drop your email and we'll get you in.

We'll reach out when your spot is ready.