AI-generated Key Takeaways
- 
          Aerial View API's GA release updated the endpoint URL to /v1from/v1beta.
- 
          The getVideoendpoint has been replaced withlookupVideoin the GA release.
- 
          Both lookupVideoandrenderVideoendpoints now reside under the/v1path.
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.