cURL
curl --request POST \ --url https://api.firecrawl.dev/v1/llmstxt \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "maxUrls": 2, "showFullText": false }'
{ "success": true, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
# http://example.com llms.txt - [页面标题](https://example.com/page): 简要描述 - [另一个页面](https://example.com/another): 另一个描述
# http://example.com llms-full.txt ## 页面标题 页面的完整内容... ## 另一个页面 更详细的内容...
maxUrls
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
LLMs.txt generation job started successfully
The response is of type object.
object