Orthogonal API Marketplace

TinyFish Agent

Available through Orthogonal API Marketplace
OpenAPI

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.Open OpenAPI document
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 unavailable
POST/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 unavailable
GET/tinyfish-agent/v1/research-run/{research_run_id}

Get detailed information about a specific research run including status, report content, and sources.

Price unavailable
POST/tinyfish-agent/v1/research-run/{research_run_id}/cancel

Cancel a running research task. Idempotent: returns current status if already terminal.

Price unavailable
GET/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 unavailable
POST/tinyfish-agent/v1/runs/{id}/cancel

Cancel a running automation. Idempotent: returns current status if already terminal. Only works for async/SSE runs, not synchro…

Price unavailable