# Rotary Agency YouTube oEmbed

> Rotary Agency YouTube oEmbed is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches oEmbed metadata (title, thumbnail, embed HTML) for a YouTube video URL via a paid proxy endpoint

## Facts

- Endpoint: GET https://rotaryagency.uk/api/free/youtube-oembed
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-youtube-oembed-68fc83bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7DeTiRFob1C-RvHBOxMB_

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 rotary-agency-youtube-oembed-68fc83bd
```

Example prompt: Can you fetch the oEmbed metadata for this YouTube video — https://www.youtube.com/watch?v=dQw4w9WgXcQ — I need the title, thumbnail URL, and embed HTML?

## When to prefer this

Use this endpoint when you need quick oEmbed metadata for a YouTube video URL without setting up YouTube Data API credentials. It's useful for agents that need to embed videos or build preview cards on demand, paying per call at $0.002 USDC rather than managing API keys.

## Known failure modes

- Invalid or non-YouTube URL returns an error or empty response
- Private or deleted YouTube videos may return 401 or 404 from the underlying API
- Payment failure (x402) results in no data returned
- Rate limiting or upstream YouTube API unavailability causes timeout
- Malformed URL input may cause a parsing error

## How this service works

Free-source data APIs (100% margin, no proxy, $0.002/call): ...

## Output

Returns a structured oEmbed JSON object containing the video title, author name, thumbnail URL, thumbnail dimensions, embeddable HTML iframe snippet, and video width/height as specified by the oEmbed standard.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "varies": "endpoint-specific structured JSON"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-youtube-oembed-68fc83bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
