TheDocumentation Index
Fetch the complete documentation index at: https://firecrawl-rhys-1778685523339.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/support/docs-search endpoint answers questions using Firecrawl’s public documentation. Requires your Firecrawl API key. Returns a concise, docs-grounded answer with citations to the relevant documentation pages.
Use cases
- AI agents that need to look up Firecrawl API usage, parameters, or best practices
- Support bots that answer customer questions from the docs
- Developer tools that surface relevant documentation inline
Example
Response
Response fields
| Field | Type | Description |
|---|---|---|
answer | string | Concise answer grounded in Firecrawl documentation |
evidence | array | Documentation pages referenced, with pathOrUrl and reason |
usage | object | Token consumption (inputTokens, outputTokens, totalTokens) |
durationMs | integer | Total execution time in milliseconds |
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.

