Documentation Index
Fetch the complete documentation index at: https://mintlify.com/firecrawl/firecrawl/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/deep-research
Start a deep research operation that analyzes a query in depth by iteratively searching, analyzing, and synthesizing information from multiple sources.Authentication
This endpoint requires authentication using a Bearer token in the Authorization header.Request Body
The query to research
Maximum depth of research iterations. Must be between 1 and 12.
Time limit in seconds. Must be between 30 and 600.
Maximum number of URLs to analyze. Must be between 1 and 1000.
The prompt to use for the final analysis. Useful to format the final analysis markdown in a specific way.
The system prompt to use for the research agent. Useful to steer the research agent to a specific direction.
Array of output formats. Options:
markdown, json, branding. Default: ["markdown"]Options for JSON output
Response
Indicates if the request was successful
ID of the research job (UUID format)
Example Request
Example Response
Error Responses
Invalid request parameters