Migrate from the Preview release

  • 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.

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.