Skills/Web Search/Find a document

Find a document

6.25 credits / search

Finds downloadable documents such as PDFs, manuals, whitepapers, and technical specifications -- not regular web pages. Describe the document you want and the skill runs a file-type-scoped search to surface direct download links.

Use when

You want a downloadable document rather than a web page.

Not for

General web pages or articles, which a normal lookup handles better.

Cost

6.25 credits / search

What it accepts

Set these inside the intent when you run it.

queryrequired

The document you want to find, in plain words.

recencyoptional

How recent the document must be, useful when you want the latest edition.

What you get back

Links to downloadable documents matching your search, with title, source URL, and a brief description.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Web Search skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/web-search/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"filetype_lookup","query":"Sony WH-1000XM5 user manual","recency":"this year"}}'

Example requests

  • Get me the AWS S3 pricing guide as a PDF
  • Find the user manual for the Sony WH-1000XM5
  • Download the latest NIST cybersecurity framework