Skip to main content

Docs Search

Answer Firecrawl documentation questions using the public docs corpus.
1 min read
post/support/docs-search
Request example
Response
post/support/docs-search

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#

FieldTypeDescription
answerstringConcise answer grounded in Firecrawl documentation
evidencearrayDocumentation pages referenced, with pathOrUrl and reason
usageobjectToken consumption (inputTokens, outputTokens, totalTokens)
durationMsintegerTotal execution time in milliseconds

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.

Authorization

Authorizationstringheaderrequired#
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Body

application/json
questionstringrequired#
Documentation question to answer.

Responses

application/json
Docs-grounded answer
requestIdstring#
answerstring#
Concise answer grounded in Firecrawl documentation.
evidenceobject[]#
Show child attributes
pathOrUrlstring#
reasonstring#
usageobject#
Show child attributes
inputTokensinteger#
outputTokensinteger#
totalTokensinteger#
durationMsinteger#
Total docs-search execution time in milliseconds.