> ## 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.

# Crawl Endpoints

> Create crawl and deep crawl runs for known URLs or broader site coverage.

Crawl-related endpoints currently include:

* `POST /api/v1/crawl`
* `POST /api/v1/deep-crawl`

## What these endpoints do

* process known URL lists with crawl
* expand from a starting URL with deep crawl
* produce run-based asynchronous workflows
* generate result content such as markdown, HTML, links, and screenshots when configured

## Best companion docs

* [First Crawl Request](/getting-started/first-crawl-request)
* [Crawl](/guides/crawl)
* [Deep Crawl](/guides/deep-crawl)
