AI-generated Key Takeaways
- 
          Publishes 360-degree photos to Google Maps, including position, orientation, and connectivity data. 
- 
          Enables app integration for positioning, connecting, and uploading user-generated Street View imagery. 
- 
          Offers REST resources for managing photos, photo sequences, and their metadata, such as creation, deletion, retrieval, and updates. 
- 
          Provides methods for batch operations on photos, including batch deletion, retrieval, and updates. 
- 
          Allows listing all photos and photo sequences associated with a user. 
Publishes 360 photos to Google Maps, along with position, orientation, and connectivity metadata. Apps can offer an interface for positioning, connecting, and uploading user-generated Street View images.
- REST Resource: v1.photo
- REST Resource: v1.photoSequence
- REST Resource: v1.photoSequences
- REST Resource: v1.photos
Service: streetviewpublish.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://streetviewpublish.googleapis.com
REST Resource: v1.photo
| Methods | |
|---|---|
| create | POST /v1/photoAfter the client finishes uploading the photo with the returned UploadRef,CreatePhotopublishes the uploadedPhototo Street View on Google Maps. | 
| delete | DELETE /v1/photo/{photoId}Deletes a Photoand its metadata. | 
| get | GET /v1/photo/{photoId}Gets the metadata of the specified Photo. | 
| startUpload | POST /v1/photo:startUploadCreates an upload session to start uploading photo bytes. | 
| update | PUT /v1/photo/{photo.photoId.id}Updates the metadata of a Photo, such as pose, place association, connections, etc. | 
REST Resource: v1.photoSequence
| Methods | |
|---|---|
| create | POST /v1/photoSequenceAfter the client finishes uploading the PhotoSequencewith the returnedUploadRef,CreatePhotoSequenceextracts a sequence of 360 photos from a video or Extensible Device Metadata (XDM, http://www.xdm.org/) to be published to Street View on Google Maps. | 
| delete | DELETE /v1/photoSequence/{sequenceId}Deletes a PhotoSequenceand its metadata. | 
| get | GET /v1/photoSequence/{sequenceId}Gets the metadata of the specified PhotoSequencevia theOperationinterface. | 
| startUpload | POST /v1/photoSequence:startUploadCreates an upload session to start uploading photo sequence data. | 
REST Resource: v1.photoSequences
| Methods | |
|---|---|
| list | GET /v1/photoSequencesLists all the PhotoSequencesthat belong to the user, in descending CreatePhotoSequence timestamp order. | 
REST Resource: v1.photos
| Methods | |
|---|---|
| batchDelete | POST /v1/photos:batchDeleteDeletes a list of Photosand their metadata. | 
| batchGet | GET /v1/photos:batchGetGets the metadata of the specified Photobatch. | 
| batchUpdate | POST /v1/photos:batchUpdateUpdates the metadata of Photos, such as pose, place association, connections, etc. | 
| list | GET /v1/photosLists all the Photosthat belong to the user. | 
