{ "opencollection": "1.0.0", "info": { "name": "Reson8 Speech-to-Text Auth API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Request an access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.reson8.dev/v1/auth/token", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Exchange an API key for a short-lived OAuth2 Bearer access token for use in client-side applications." } ] } ], "bundled": true }