# Google Aerial View Lookup Video

> Google Aerial View Lookup 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-14).

Retrieves a previously rendered Google aerial flyover video by street address or video ID

## Facts

- Endpoint: GET https://stableenrich.dev/api/google-maps/aerial-view/lookup-video
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-dev-2895bfbf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F6JIHhoeGHvv46wD9_a_-

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 stableenrich-dev-2895bfbf
```

Example prompt: Can you look up the previously rendered Google aerial flyover video for 1600 Amphitheatre Parkway, Mountain View, CA? I think there's already a video rendered for it.

## When to prefer this

Use this endpoint when you need to retrieve an already-rendered Google aerial flyover video for a specific location, either by street address or a known videoId from a prior render. Prefer this over a new render request when you expect the video to already exist and want to avoid triggering a new generation. Ideal for real estate, property research, or location visualization workflows.

## Known failure modes

- No video found for the given address — returns empty or 404 if no prior render exists
- Invalid or expired videoId — returns error if the video ID does not match any stored render
- Address not parseable or unrecognized — returns error for malformed address strings
- Neither address nor videoId provided — validation error since at least one is required
- Rate limiting or payment failure — request rejected due to missing or invalid x402 payment

## How this service works

Google Aerial View - Look up a previously rendered flyover video by address or videoId

## Output

Returns the aerial flyover video (or its metadata/URL) associated with the given address or videoId, as previously rendered by Google's Aerial View API. Includes the video resource and relevant identifiers.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "address": "1600 Amphitheatre Parkway, Mountain View, CA"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableenrich-dev-2895bfbf/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)
