# Apiosk Gateway – Tavily Web Search

> Apiosk Gateway – Tavily Web Search is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Runs a Tavily-powered web search with configurable answer generation, image inclusion, and result depth controls

## Facts

- Endpoint: POST https://gateway.apiosk.com/tavily/search
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apiosk-gateway-tavily-web-search-cec8ebdc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zPHSNpvHyjduFqKaGGm-E

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability apiosk-gateway-tavily-web-search-cec8ebdc -d '<json body>'
```

Example prompt: Search the web for the latest developments in quantum computing and give me a direct answer summarizing what you find, with deep result depth and images included.

## When to prefer this

Choose this endpoint when you need live, real-time web search results rather than static knowledge — especially for current events, recent news, or fact-checking. Prefer it over general knowledge queries to an LLM when freshness matters. It is particularly useful when you also want a synthesized answer alongside raw results, or when image results are needed alongside text. Compared to scraping a single URL, this endpoint handles query-based discovery across the open web.

## Known failure modes

- Query string missing or empty – returns 400 bad request
- Tavily API upstream timeout or rate limit – returns 5xx error
- Payment not included or insufficient USDC – returns 402 payment required
- Invalid parameter values for depth or image flags – returns 400 validation error
- No results found for highly niche or malformed queries – returns empty results array

## How this service works

Run a Tavily web search with optional answer, images and result-depth controls.

## Output

Returns a list of web search results including URLs, page titles, and content snippets, optionally with a synthesized natural-language answer and relevant images, controlled by depth and count parameters.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apiosk-gateway-tavily-web-search-cec8ebdc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
