Sign in

Create photo sequence

documented

Publish a sequence of photos to Street View.

POST /v1/photoSequenceStreet View Publish APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://streetviewpublish.googleapis.com/v1/photoSequence?inputType={{$inputType}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"uploadReference": {"uploadUrl": "{{$uploadUrl}}"}}'