Mintlify also exposes
/llms.txt and /llms-full.txt for this docs site. Start with this page when you want curated guidance, and use the llms files when your coding agent can ingest a larger machine-readable dump.Choose the Right TinyFish API
| API | Use it when | Canonical endpoint | Docs |
|---|---|---|---|
| Agent | You want TinyFish to execute a goal on a real website | POST https://agent.tinyfish.ai/v1/automation/run-sse | Agent reference |
| Search | You want ranked web results for a query | GET https://api.search.tinyfish.ai | Search overview |
| Fetch | You want extracted page content from one or more URLs | POST https://api.fetch.tinyfish.ai | Fetch overview |
| Browser | You want a remote browser session for direct Playwright/CDP control | POST https://api.browser.tinyfish.ai | Browser overview |
Authentication
All public REST APIs use the sameX-API-Key header.
Minimal Request Examples
Agent
Search
Fetch
Browser
Fast Routing Rules
- Use Agent when you want goal-based automation and TinyFish should decide the browser actions.
- Use Search when you want ranked search results, snippets, and URLs.
- Use Fetch when you want page content extracted from one or more URLs without running a goal-based agent.
- Use Browser when you need low-level browser control from your own code.
What to Read Next
Agent reference
Goal-based automation, endpoint choice, runs, profiles, and proxies
Authentication
API key setup and troubleshooting
Search overview
Search query parameters and result shape
Fetch overview
Fetch multiple URLs and choose output formats
Browser overview
Create a remote browser session and connect via CDP
Examples
Copy-paste examples for common workflows