{ "opencollection": "1.0.0", "info": { "name": "Wispr Backend Analytics Geo API", "version": "0.5.2" }, "items": [ { "info": { "name": "Geo", "type": "folder" }, "items": [ { "info": { "name": "Get Base10 Server", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/geo/base10", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Base10 Server" }, { "info": { "name": "Post Base10 Server", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/geo/base10", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Post Base10 Server" }, { "info": { "name": "Get Grpc Server List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/geo/base10/grpc-servers", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns all known gRPC server model IDs so clients can probe latency and pick the fastest." }, { "info": { "name": "Get Geo", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/geo" }, "docs": "Return the client's country code and deployment region derived from IP." } ] } ], "bundled": true }