Pobiera film na podstawie jego adresu lub identyfikatora videoId. Odpowiedź to film z zestawem identyfikatorów URI odtwarzania AKTYWNYCH filmów, stan PRZETWARZANIA w przypadku filmów oczekujących lub błąd 404, jeśli film nie istnieje. Odebranie wideo jest zdarzeniem podlegającym rozliczeniu, dlatego elementy wywołujące tę metodę powinny być gotowe do użycia zwróconych identyfikatorów URI w momencie żądania.
Żądanie HTTP
GET https://aerialview.googleapis.com/v1/videos:lookupVideo
Mapowanie typów multimediów na ich identyfikatory URI. To pole występuje tylko w przypadku ACTIVE filmów. Klucz jest wartością wyliczeniową z pola MediaFormat.
Obiekt zawierający listę par "key": value. Przykład: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["Fetches a video using its address or videoId, returning playback URIs for active videos or a processing state for pending ones."],["The response includes a set of URIs for different media types if the video is active, along with its current state and metadata."],["A 404 error is returned if the video does not exist, and receiving a video is a billable event."],["The request utilizes a `GET` method with the endpoint `https://aerialview.googleapis.com/v1/videos:lookupVideo` and requires either a `videoId` or `address` as a query parameter."],["The response body provides the video's URIs (if active), state, and metadata."]]],["The core action is fetching a video using a `GET` request to `https://aerialview.googleapis.com/v1/videos:lookupVideo`. The request requires a `key` parameter, either a `videoId` or an `address`. The request body must be empty. A successful response returns a video object with `uris`, `state`, and `metadata`. `uris` map media types to URIs, `state` indicates the video's status, and `metadata` contains video details. The video can also be in `PROCESSING` or result in a 404 error.\n"]]