Raid AI · Authentication Profile

Raid Ai Authentication

Authentication

Raid AI secures its APIs with apiKey, oauth2, and openIdConnect across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, password, and refreshToken flow(s).

CompanyDeepfake DetectionAI Content DetectionMedia ForensicsVoice / Audio DetectionImage ForensicsDocument ForensicsFact CheckingTrust and SafetySecurity
Methods: apiKey, oauth2, openIdConnect Schemes: 3 OAuth flows: authorizationCode, clientCredentials, password, refreshToken API key in: header

Security Schemes

apiToken http
scheme: bearer · in: header ()
OpenIDConnect openIdConnect
OAuth2 oauth2
· flows: authorizationCode, clientCredentials, password

Source

Authentication Profile

raid-ai-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.raidxai.com/docs/authentication
docs: https://docs.raidxai.com/docs/authentication
summary:
  types: [apiKey, oauth2, openIdConnect]
  api_key_in: [header]
  api_key_scheme: bearer
  oauth2_flows: [authorizationCode, clientCredentials, password, refreshToken]
schemes:
  - name: apiToken
    type: http
    scheme: bearer
    in: header
    header: Authorization
    format: "Authorization: Bearer <your-token>"
    description: >-
      Every request to the Raid AI detection API is authenticated with a secret
      API token, created in the dashboard (API Keys -> Create Key). A key is
      granted one or more detection scopes and an optional expiry, and the token
      is shown only once. A missing/invalid/revoked/expired key returns 401
      Unauthorized; calling an endpoint the key is not scoped for returns 403
      Forbidden. Tokens are server-side secrets — never embed in client code.
    source: docs.raidxai.com/docs/authentication
  - name: OpenIDConnect
    type: openIdConnect
    openIdConnectUrl: https://api.raidxai.com/.well-known/openid-configuration
    description: >-
      Platform / dashboard identity is an OpenIddict OAuth 2.0 + OpenID Connect
      server (separate from the API-key surface used to call detection
      endpoints). Discovery advertises authorization, token, introspection,
      userinfo and logout endpoints and RS256-signed ID tokens.
    source: api.raidxai.com/.well-known/openid-configuration
  - name: OAuth2
    type: oauth2
    flows:
      - flow: authorizationCode
        authorizationUrl: https://api.raidxai.com/connect/authorize
        tokenUrl: https://api.raidxai.com/connect/token
        pkce: [S256, plain]
      - flow: clientCredentials
        tokenUrl: https://api.raidxai.com/connect/token
      - flow: password
        tokenUrl: https://api.raidxai.com/connect/token
    source: api.raidxai.com/.well-known/openid-configuration

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/raid-ai-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 email required.

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