Initiates a batch process that computes a video and writes the result to one of several destinations.
HTTP request
POST https://earthengine.googleapis.com/v1beta/{project=projects/*}/video:export
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
The project id or project number of the Google Cloud Platform project that should be treated as the service consumer for this request. Format is Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "expression": { object ( |
Fields | |
---|---|
expression |
An expression that evaluates to the video to compute and export, represented as an image collection. |
description |
An optional human-readable name of the task. |
videoOptions |
Basic options describing the video to generate. |
fileExportOptions |
Options for where and in what form to export the video. |
requestId |
A unique string used to detect duplicated requests. If more than one request is made by the same user with the same non-empty |
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/devstorage.full_control
For more information, see the Authentication Overview.