R

Read AI REST API

REST discovered

Details
URL
https://api.read.ai/
Docs
https://support.read.ai/hc/en-us/articles/49381161088659-API-Reference
Authentication
Read AI OAuth access token bearer discovered
Authorization: Bearer <credential>

Obtain this bearer access token through the Read AI OAuth 2.1 authorization-code flow described in API Keys & Authentication: first register a client at `https://api.read.ai/oauth/register`, then complete the browser flow at `https://api.read.ai/oauth/ui`, then exchange the code for tokens at the token endpoint shown in the docs. Tokens carry scopes such as meeting:read and mcp:execute; access tokens expire after about 10 minutes and must be refreshed with the rotating refresh token.