Endpoints
Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.POST/tinyfish-agent/v1/automation/run-async
Start a browser automation task asynchronously. Returns a run_id immediately without waiting for completion. Use GET /v1/runs/{…
Price unavailablePOST/tinyfish-agent/v1/automation/run-research
Execute a source-backed research report with SSE streaming. Returns a comprehensive report with citations from web sources. Sup…
Price unavailableGET/tinyfish-agent/v1/research-run/{research_run_id}
Get detailed information about a specific research run including status, report content, and sources.
Price unavailablePOST/tinyfish-agent/v1/research-run/{research_run_id}/cancel
Cancel a running research task. Idempotent: returns current status if already terminal.
Price unavailableGET/tinyfish-agent/v1/runs/{id}
Get detailed information about a specific automation run including status, result, steps, and video URL. Use to poll for async …
Price unavailablePOST/tinyfish-agent/v1/runs/{id}/cancel