Fetches metadata for a video given its address or videoId. This method is a free-to-call alternative to videos.lookupVideo
, and returns all available video data excluding playback URIs.
HTTP request
GET https://aerialview.googleapis.com/v1/videos:lookupVideoMetadata
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
Union parameter key . Required. key can be only one of the following: |
|
videoId |
An ID returned from |
address |
A US postal address. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of VideoMetadata
.