# Gifu GIF Search

> Gifu GIF Search is a paid API for AI agents from gifu-server.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15, last successful call 2026-05-06).

Searches for GIFs across Giphy, Tenor, and Klipy using AI-powered semantic ranking

## Facts

- Endpoint: POST https://gifu-server.onrender.com/api/x402/search/gif
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-05-06
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gifu-server-onrender-com-ae72212d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H_En8sWkXsVLBWnlxR-q2

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 gifu-server-onrender-com-ae72212d -d '<json body>'
```

Example prompt: Find me the top 10 GIFs for 'happy dance celebration' — search across Giphy, Tenor, and Klipy and rank them by relevance.

## When to prefer this

Use this endpoint when you need semantically relevant GIFs ranked by AI across multiple major GIF providers simultaneously, rather than querying a single provider like Giphy or Tenor alone. Ideal when GIF quality and relevance matter more than raw speed, or when you want cross-platform coverage in one call.

## Known failure modes

- Empty or missing query returns validation error
- No results found for very obscure queries returns empty results array
- Rate limit or payment failure returns 402 or 429 error
- Upstream provider (Giphy/Tenor/Klipy) unavailable returns partial or failed results
- max_results set to 0 or negative may return empty or error response

## How this service works

AI-powered GIF search with semantic ranking from Giphy, Tenor, and Klipy

## Output

Returns a JSON object with a success boolean, the echoed query string, a count of results found, an array of GIF result objects from multiple sources (Giphy, Tenor, Klipy), and a list of the sources queried.

## Example request

```json
{
 "query": "artificial intelligence",
 "max_results": 10
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gifu-server-onrender-com-ae72212d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gifu-server.onrender.com](https://www.zero.xyz/host/gifu-server.onrender.com/llms.txt)
