Search Firecrawl documentation using AI
Agentic Debugging Endpoints
Docs Search
POST
Search Firecrawl documentation using AI
The
/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
For the full feature guide, see the Ask feature documentation.
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The question to answer from Firecrawl's public documentation.
Required string length:
1 - 8000Response
Docs-grounded answer returned successfully.

