TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/pratyay360/searchapi/llms.txt
Use this file to discover all available pages before exploring further.
/search/specific/ endpoint is a generalization of the PDF search endpoint. Instead of hardcoding filetype:pdf, it accepts a filetype parameter and prepends filetype:{filetype} to your query before searching. This lets you find any publicly-indexed file format — spreadsheets, presentations, Word documents, plain text files, and more — with a single endpoint.
Request
Parameters
The search query. Do not include a
filetype: operator — this is added automatically. URL-encode spaces as + or %20.The file extension to search for. Common values include
pdf, doc, docx, ppt, pptx, xls, xlsx, txt, csv, and epub. The value is passed directly to the search engine’s filetype: operator.Maximum number of file URLs to return.
Common filetype values
| Value | Format |
|---|---|
pdf | PDF documents |
docx | Microsoft Word (modern) |
doc | Microsoft Word (legacy) |
pptx | Microsoft PowerPoint (modern) |
ppt | Microsoft PowerPoint (legacy) |
xlsx | Microsoft Excel (modern) |
xls | Microsoft Excel (legacy) |
csv | Comma-separated values |
txt | Plain text |
epub | eBook format |
Response
Returns a JSON array of URL strings pointing to files of the requested type on success.A URL to a file matching the specified filetype.
Example
Response
Error response
500