Method: videos.renderVideo

Adds an address to the renderer's queue if a video hasn't already been rendered. Otherwise, returns metadata about the video.

HTTP request

POST https://aerialview.googleapis /v1/videos:renderVideo

The URL usesgRPC Transcodingsyntax.

Request body

The request body contains data with the following structure:

JSON representation
{
"address":string
}
Fields
address

string

Required. A US postal address for the location to be rendered in the video.

Response body

Response message forAerialView.RenderVideo.

If successful, the response body contains data with the following structure:

JSON representation
{
"state":enum (State),
"metadata":{
object (VideoMetadata)
}
}
Fields
state

enum (State)

Current state of the render request.

metadata

object (VideoMetadata)

Contains the video's metadata, only set if the state isACTIVE.