Bloom · Authentication Profile

Trybloom Authentication

Authentication

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

CompanyBrand ManagementImage-GenerationArtificial IntelligenceAgentsMCPMarketingCreative
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: authorizationCode, clientCredentials, refreshToken API key in: header

Security Schemes

apiKey apiKey
· in: header (x-api-key)
bearer http
scheme: bearer
Bloom OAuth oauth2
· flows: authorizationCode, clientCredentials, refreshToken

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/_original/trybloom-api-openapi.json
docs: https://www.trybloom.ai/docs/api/authentication
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  - refreshToken
notes: >-
  Every request needs a Bloom API key (bloom_sk_...) or a Bloom OAuth access
  token. The key is accepted in either header; x-api-key wins when both are
  present. OAuth tokens resolve to the same user identity as an API key (same
  access to brands, images, credits, plan gates, workspaces). Public clients
  use Authorization Code + PKCE S256 with dynamic client registration and no
  client_secret; wildcard redirect URIs are not supported. Keys are generated
  at https://www.trybloom.ai/settings#api-keys.
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: x-api-key
  description: 'Bloom API key, for example `x-api-key: bloom_sk_...`.'
  sources:
  - openapi/_original/trybloom-api-openapi.json
- name: bearer
  type: http
  scheme: bearer
  description: Bloom API key (`Bearer bloom_sk_...`) or Bloom OAuth access token.
  sources:
  - openapi/_original/trybloom-api-openapi.json
- name: Bloom OAuth
  type: oauth2
  description: >-
    App-integration OAuth (not declared in the OpenAPI securitySchemes;
    documented in docs/api/authentication with RFC 8414 metadata at
    /.well-known/oauth-authorization-server).
  issuer: https://www.trybloom.ai/api/auth
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.trybloom.ai/api/auth/oauth2/authorize
    tokenUrl: https://www.trybloom.ai/api/auth/oauth2/token
    pkce: S256
  - flow: clientCredentials
    tokenUrl: https://www.trybloom.ai/api/auth/oauth2/token
  - flow: refreshToken
    tokenUrl: https://www.trybloom.ai/api/auth/oauth2/token
  registration: https://www.trybloom.ai/api/auth/oauth2/register
  scopes: scopes/trybloom-scopes.yml
  sources:
  - https://www.trybloom.ai/docs/api/authentication
  - well-known/trybloom-oauth-authorization-server.json

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/trybloom-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.