---
title: "Search Firecrawl docs with citations"
method: POST
path: "/support/docs-search"
tags: ["Support"]
---

# Search Firecrawl docs with citations

`POST /support/docs-search`

Answer Firecrawl documentation questions using the public docs corpus.

## Request body

- SupportDocsSearchRequest
  - `question` string, required — Documentation question to answer.

## Response `200`

Docs-grounded answer

- SupportDocsSearchResponse
  - `requestId` string
  - `answer` string — Concise answer grounded in Firecrawl documentation.
  - `evidence` object[]
    - `pathOrUrl` string
    - `reason` string
  - `usage` object
    - `inputTokens` integer
    - `outputTokens` integer
    - `totalTokens` integer
  - `durationMs` integer — Total docs-search execution time in milliseconds.

## Other responses

- `400` — Invalid request
- `401` — Missing or invalid bearer token
- `503` — Support agent unavailable
- `504` — Support agent timeout

---

[API](https://skmtc.dev/firecrawl/apis/firecrawl-api.md) · [All operations](https://skmtc.dev/firecrawl/apis/firecrawl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firecrawl/firecrawl-api/revisions/e350fafb5a2a/schema)
