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

# Extraction Endpoints

> Create structured extraction runs for one or more URLs.

Extraction currently centers on `POST /api/v1/extract`.

## What this endpoint does

* accepts one or more URLs
* accepts an extraction query
* accepts a JSON schema describing desired output
* creates an asynchronous run

## Best companion docs

* [First Extraction Request](/getting-started/first-extraction-request)
* [Extraction](/guides/extraction)
* [Understanding Runs and Results](/getting-started/understanding-runs-and-results)
