# Getting Started

Follow these steps to create your first dataset API with FireCSV.

# 1. Create an Account

Sign up at app.firecsv.com using your email address.

# 2. Create a Project

Projects are the top-level organizer for your datasets. Create one from the dashboard.

# 3. Upload a CSV

Navigate to your project, click "Upload CSV", and select your file. FireCSV will:

  • Parse the CSV headers and detect column types
  • Store the raw file in S3
  • Ingest the data into our query engine
  • Generate a REST API endpoint

# 4. Get Your API Key

Go to the API Keys page and generate a key scoped to your project.

# 5. Query Your Data

curl -H "X-Api-Key: fcsk_your_key_here" \
  https://api.firecsv.com/v1/data/{dataset-id}?limit=10&offset=0