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

# Introduction

> Get started with the Goldilocks AI Developer API

## Welcome

The Goldilocks AI Developer API enables you to search for professional profiles using natural language queries and enrich them with contact information and professional achievements.

<Card title="Quickstart" icon="rocket" href="/api-reference/quickstart">
  Get started with authentication and your first API call
</Card>

## What You Can Do

<CardGroup cols={2}>
  <Card title="Natural Language Search" icon="magnifying-glass" href="/api-reference/searches">
    Execute searches using plain English queries to find professional profiles
  </Card>

  <Card title="Profile Enrichment" icon="user-plus" href="/api-reference/enrichment">
    Add contact information and professional achievements to profiles
  </Card>

  <Card title="Real-time Progress" icon="signal" href="/api-reference/jobs">
    Stream job progress updates via Server-Sent Events
  </Card>

  <Card title="OpenAPI Specification" icon="file-code" href="/openapi.yaml">
    View the complete OpenAPI specification
  </Card>
</CardGroup>

## Base URL

All API requests should be made to:

```
https://api.goldilocksai.app
```

## Next Steps

1. **[Get your API key](/api-reference/quickstart)** - Set up authentication
2. **[Execute a search](/api-reference/searches)** - Find professional profiles
3. **[Enrich profiles](/api-reference/enrichment)** - Add contact information
4. **[Monitor jobs](/api-reference/jobs)** - Track long-running operations
