Rad. · Authentication Profile

Rad Authentication

Authentication

Rad. secures its APIs with http-bearer, apiKey, and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyVideoStreamingCreator EconomyArtificial IntelligenceMediaMonetizationGraphQLMCP
Methods: http-bearer, apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

BearerApiKey http
scheme: bearer
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

rad-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://developers.rad.live/docs/getting-started/authentication
docs: https://developers.rad.live/docs/getting-started/authentication
summary:
  types: [http-bearer, apiKey, oauth2]
  transport: Authorization Bearer header on every request
  oauth2_flows: [authorizationCode]
  oauth2_pkce: S256
schemes:
- name: BearerApiKey
  type: http
  scheme: bearer
  description: >-
    API keys are the primary credential. Include the key as a Bearer token
    (Authorization: Bearer YOUR_API_KEY) on all GraphQL, MCP, and upload requests.
    Generated from Developer Settings.
  key_management: https://rad.live/edit-account/?activeTab=developer
  use_for: Direct API access, scripts, server-side integrations
- name: OAuth2
  type: oauth2
  description: >-
    OAuth 2.1 with PKCE (S256) for MCP clients (Claude, Cursor, Windsurf) and
    third-party apps needing delegated access. Supports Dynamic Client
    Registration (RFC 7591) and RFC 8414 discovery.
  discovery: https://api.rad.live/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.rad.live/oauth/authorize
    tokenUrl: https://api.rad.live/oauth/token
    registrationUrl: https://api.rad.live/oauth/register
    revocationUrl: https://api.rad.live/oauth/revoke
    scopes:
      mcp:tools: Access to Rad TV MCP tools
  use_for: MCP clients, third-party apps with delegated access
notes:
- All authenticated endpoints require an active subscription (Premium, Premium+, or Creator+).
- verifyConnection query confirms auth is working and returns granted permissions.
- endpoints:
    graphql: POST https://api.rad.live/graphql
    mcp: POST https://api.rad.live/mcp

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/rad-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.