> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starfishdata.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to Starfishdata.ai API Documentation

## Welcome

Welcome to the Starfishdata.ai API documentation. Our API provides powerful endpoints for interacting with synthetic data generation services. Whether you're looking to create, monitor, fetch synthetic data, or evaluate the quality of generated data against your original dataset, our API makes it simple and efficient.

## Authentication

Authentication for the API is handled using API keys. You'll need to include your API key in the header of all requests using the following format:

```bash theme={null}
x-api-key: YOUR_API_KEY
```

## How to Create API Keys

To obtain your API key for starfishdata, follow these steps:

1. Sign up for an account at [starfishdata.ai](https://starfishdata.ai)
2. Click on "API Keys" in the navigation bar
3. Create a new API key and save it securely

## Base URL

All API requests should be made to:

```bash theme={null}
https://api.starfishdata.ai/v1
```

Make sure to replace `YOUR_API_KEY` in the examples with the actual API key provided to you.
