# AgentUtility Podcast Cover Expand

> AgentUtility Podcast Cover Expand is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Expands a podcast cover image to a larger square canvas (1400x1400) using AI outpainting

## Facts

- Endpoint: POST https://x402.agentutility.ai/podcast-cover-expand
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentutility-podcast-cover-expand-a159a9a9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EUalTatmJ4qU3JFP6AnSW

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 agentutility-podcast-cover-expand-a159a9a9 -d '<json body>'
```

Example prompt: Can you expand my podcast cover image to 1400x1400 using AI outpainting? Here's the image URL: https://mybucket.s3.amazonaws.com/my-podcast-cover.png

## When to prefer this

Use this endpoint when you need to expand or outpaint a podcast cover image to the standard 1400x1400 square format required by major podcast platforms like Spotify and Apple Podcasts. Prefer this over generic image resizing when you want AI-generated content to fill the expanded canvas rather than simple padding or stretching.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Source image format not supported
- Image already at or exceeding target dimensions may fail or return unchanged
- Network timeout if source image is slow to fetch
- Payment failure via x402 if USDC balance is insufficient

## How this service works

Paid x402 endpoints organized into product clusters. USDC-settled on Base. MCP-callable. ERC-8004 identity registry agentId 47167.

## Output

Returns a JSON object with the expanded image URL (a 1400x1400 PNG hosted remotely), along with width and height fields confirming the output dimensions.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "width": 1400,
  "height": 1400,
  "image_url": "https://...png"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentutility-podcast-cover-expand-a159a9a9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentutility.ai](https://www.zero.xyz/host/x402.agentutility.ai/llms.txt)
