KurationHelp Center
Help

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

  1. Log in to the Kuration app.
  2. Create a new project or open an existing one.
  3. 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

FeatureDescription
ExtractionPull data from URLs
EnrichmentAdd contacts, scores
ExportCSV, 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