openapi: 3.0.2 info: title: SightGo description: Explore any location with a visual street view perspective. version: 'v1' servers: - url: https://sightgo-plugin.chatbot.so/ paths: /query: get: operationId: getStreetView summary: Fetch Street View Image parameters: - name: address in: query description: The address of the location you want a street view of. required: true schema: type: string example: "1600 Amphitheatre Parkway, Mountain View, CA" responses: "200": description: OK content: application/json: {}