# Google Aerial View Render Video

> Google Aerial View Render Video is a paid API for AI agents from stableenrich.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Requests rendering of a new Google aerial flyover video for a given postal address

## Facts

- Endpoint: POST https://stableenrich.dev/api/google-maps/aerial-view/render-video
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-aerial-view-render-video-48729ac8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7QZ_2WZbiMrMIoENW05U_

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 google-aerial-view-render-video-48729ac8 -d '<json body>'
```

Example prompt: Can you render a Google aerial flyover video for 1600 Amphitheatre Parkway, Mountain View, CA so I can see a bird's-eye cinematic view of the campus?

## When to prefer this

Use this endpoint when you need to generate a new aerial flyover video for a specific address using Google's aerial imagery. Prefer this over static map image endpoints when you need cinematic, animated aerial footage — ideal for real estate presentations, location showcases, or property marketing. Note that rendering may be asynchronous; poll or check state for completion.

## Known failure modes

- Address cannot be resolved to lat/lng — returns error with status and message
- Location has no aerial imagery available — returns error state
- Rendering still in progress — state field indicates pending/processing status
- Invalid or missing address field — 400-level error response
- Rate limit or quota exceeded on the underlying Google Maps API

## How this service works

Pay-per-request access to FullEnrich, CompanyEnrich, LeadMagic, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.

## Output

Returns a video ID, render state, and URIs for portrait, landscape, and thumbnail versions of the aerial flyover video, along with metadata including duration, frame rate, capture date, and view count.

## Example request

```json
{
 "address": "1600 Amphitheatre Parkway, Mountain View, CA"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-aerial-view-render-video-48729ac8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableenrich.dev](https://www.zero.xyz/host/stableenrich.dev/llms.txt)
