Di chuyển từ bản phát hành Xem trước

Bản phát hành chính thức của Aerial View API đã thay đổi URL điểm cuối cho các lệnh gọi API để sử dụng /v1 thay vì /v1beta, đồng thời đổi tên điểm cuối getVideo.

Các điểm cuối trước đây có dạng:

  • getVideo:
    https://aerialview.googleapis.com/v1beta/videos
  • renderVideo:
    https://aerialview.googleapis.com/v1beta/videos:renderVideo

Các điểm cuối mới có dạng:

  • lookupVideo:
    https://aerialview.googleapis.com/v1/videos:lookupVideo
  • renderVideo:
    https://aerialview.googleapis.com/v1/videos:renderVideo

Để biết thêm thông tin, hãy xem tài liệu tham khảo về API v1.