Migrate from the Preview release
The GA release of Aerial View API changed the endpoint URL for API calls to use
/v1
instead of /v1beta
, and renamed the getVideo
endpoint.
The previous endpoints were in the form:
getVideo
: https://aerialview.googleapis.com/v1beta/videos
renderVideo
: https://aerialview.googleapis.com/v1beta/videos:renderVideo
The new endpoints are in the form:
lookupVideo
: https://aerialview.googleapis.com/v1/videos:lookupVideo
renderVideo
: https://aerialview.googleapis.com/v1/videos:renderVideo
For more information, see the v1
API reference.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-07 UTC.
[null,null,["Last updated 2025-02-07 UTC."],[[["Aerial View API's GA release updated the endpoint URL to `/v1` from `/v1beta`."],["The `getVideo` endpoint has been replaced with `lookupVideo` in the GA release."],["Both `lookupVideo` and `renderVideo` endpoints now reside under the `/v1` path."]]],[]]