cURL
curl --request POST \ --url https://api.firecrawl.dev/v1/map \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "search": "<string>", "ignoreSitemap": true, "sitemapOnly": false, "includeSubdomains": true, "limit": 5000, "timeout": 123 }'
{ "success": true, "links": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object