Getting started
Welcome to the Kuration Help Center. This guide will get you up and running quickly.
What you need
- A Kuration account (sign up at app.kurationai.com)
- A link, PDF, or description of the data you want to extract
First steps
- Log in to the Kuration app.
- Create a new project or open an existing one.
- Add a source — paste a URL, upload a file, or describe what you need in plain English.
Here's a code example you might use via API:
// Example: request extraction via API const response = await fetch('/api/extract', { method: 'POST', body: JSON.stringify({ url: 'https://example.com/event' }), });
Tables and lists
| Feature | Description |
|---|---|
| Extraction | Pull data from URLs |
| Enrichment | Add contacts, scores |
| Export | CSV, Sheets, CRM |
- Event lists — exhibitors, sponsors, speakers
- Directories — companies by industry or region
- Custom — describe any list you need
Images in docs
You can reference images from this article's folder using placeholders. For example, a screenshot would be stored in this folder's images/ directory and referenced in Markdown.
Next steps
- Read Building your first list for a walkthrough.
- Check Data sources to see what we can extract from.
