Migrate from the Preview release
Stay organized with collections
Save and categorize content based on your preferences.
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-08-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eAerial View API's GA release updated the endpoint URL to \u003ccode\u003e/v1\u003c/code\u003e from \u003ccode\u003e/v1beta\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetVideo\u003c/code\u003e endpoint has been replaced with \u003ccode\u003elookupVideo\u003c/code\u003e in the GA release.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003elookupVideo\u003c/code\u003e and \u003ccode\u003erenderVideo\u003c/code\u003e endpoints now reside under the \u003ccode\u003e/v1\u003c/code\u003e path.\u003c/p\u003e\n"]]],[],null,["The GA release of Aerial View API changed the endpoint URL for API calls to use\n`/v1` instead of `/v1beta`, and renamed the `getVideo` endpoint.\n\nThe previous endpoints were in the form:\n\n- `getVideo`: \n\n ```\n https://aerialview.googleapis.com/v1beta/videos\n ```\n- `renderVideo`: \n\n ```\n https://aerialview.googleapis.com/v1beta/videos:renderVideo\n ```\n\nThe new endpoints are in the form:\n\n- `lookupVideo`: \n\n ```\n https://aerialview.googleapis.com/v1/videos:lookupVideo\n ```\n- `renderVideo`: \n\n ```\n https://aerialview.googleapis.com/v1/videos:renderVideo\n ```\n\nFor more information, see the [`v1` API reference](/maps/documentation/aerial-view/reference/rest)."]]