# Botpay Premium Video Content Access

> Botpay Premium Video Content Access is a paid API for AI agents from mvp.botpay.network, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Pay-per-view access to premium video content using x402 micropayment protocol at $0.10 USDC per request

## Facts

- Endpoint: POST https://mvp.botpay.network/demo/x402-hono/protected
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mvp-botpay-network-add97884
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eOdUC0LDgvEcYxkcyno76

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 mvp-botpay-network-add97884 -d '<json body>'
```

Example prompt: Unlock and retrieve the premium video content from Botpay's protected endpoint — I'm okay spending $0.10 USDC via x402 micropayment to get access to it.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically access premium video content that is gated behind an x402 micropayment paywall, and the agent is authorized to spend small amounts of USDC autonomously. Best suited for agentic workflows where pay-per-view content retrieval is part of a larger task and the $0.10 USDC cost per request is acceptable.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid or missing x402 payment header returns 402 Payment Required
- Network issues with payment facilitator cause timeout
- Content temporarily unavailable despite successful payment
- Payment processed but content delivery fails — no refund guaranteed

## How this service works

Hono-based x402 protected resource

## Output

Returns the premium video content or a URL/stream link to it after a successful $0.10 USDC x402 micropayment is processed. The response contains the protected video payload that was previously behind the paywall.

## Response schema (JSON Schema)

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "discoverable": true
 },
 "output": {
  "type": "string"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mvp-botpay-network-add97884/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mvp.botpay.network](https://www.zero.xyz/host/mvp.botpay.network/llms.txt)
