Let's Enhance · Authentication Profile

Lets Enhance Authentication

Authentication

Let’s Enhance secures its APIs with oauth2 and http across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password flow(s).

CompanyArtificial IntelligenceImage ProcessingImage EnhancementImage-GenerationComputer-VisionE-CommerceMediaPhotographyVideo Generation
Methods: oauth2, http Schemes: 1 OAuth flows: password API key in:

Security Schemes

OAuth2PasswordBearer oauth2
· in: header () · flows: password

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/lets-enhance-claid-openapi.json
docs: https://docs.claid.ai/authentication
summary:
  types:
  - oauth2
  - http
  oauth2_flows:
  - password
  primary_style: bearer-api-key
  notes: >-
    The Claid API is authenticated with a long-lived API key presented as an HTTP Bearer token:
    `Authorization: Bearer {YOUR_API_KEY}`. The published OpenAPI models this as an OAuth 2.0
    security scheme named `OAuth2PasswordBearer` (RFC 6750 bearer token), but the documented
    developer flow involves no authorization server round trip and no password — the key is minted
    in the Claid dashboard and used directly. Keys are shown once at creation time and can be
    copied or downloaded as a text file.
schemes:
- name: OAuth2PasswordBearer
  type: oauth2
  in: header
  header: Authorization
  format: 'Bearer {YOUR_API_KEY}'
  flows:
  - flow: password
    tokenUrl: token
    scopes: 4
  description: >-
    OAuth 2.0 bearer token (API key) authorization, per RFC 6750. Send requests over HTTPS with the
    Authorization header set to `Bearer <YOUR_API_KEY>`; no password is required.
  sources:
  - openapi/lets-enhance-claid-openapi.json
  - https://docs.claid.ai/authentication
key_management:
  create_url: https://claid.ai/account/api
  dashboard_url: https://claid.ai/account/overview
  visibility: API keys are visible only once, at creation time, in the Claid dashboard
  rotation: keys are created, scoped and deleted from the dashboard API keys page
  guidance: >-
    Claid recommends creating API keys with the minimum permission scopes necessary for the use case.
permission_scopes:
  docs: https://docs.claid.ai/authentication
  model: >-
    Each API key can be granted permissions to perform Storage operations, Image editing operations,
    or both under an Admin permission scope. Scopes are assigned at key creation time or later via
    API keys -> Edit key in the Claid dashboard.
  artifact: scopes/lets-enhance-scopes.yml
failure_modes:
- status: 401
  meaning: Authorization is required — missing or invalid API key
  error_type: auth
- status: 403
  meaning: The API key does not have permission scopes for the requested operation
transport:
  https_required: true
  tls_version: TLSv1.3
related:
  scopes: scopes/lets-enhance-scopes.yml
  conventions: conventions/lets-enhance-conventions.yml
  errors: errors/lets-enhance-error-codes.yml

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/lets-enhance-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.