Textcortex · Authentication Profile

Textcortex Authentication

Authentication

Textcortex secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyArtificial IntelligenceText GenerationLarge Language ModelsChat CompletionsOpenAI-CompatibleContent GenerationDeveloper Tools
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/textcortex-openapi.json
docs: https://docs.textcortex.com/
summary:
  types:
  - http
  http_schemes:
  - bearer
  notes: >-
    Single auth model. The public REST API authenticates with a per-account API key
    sent as an HTTP Bearer token in the Authorization header. Generate the key from
    the TextCortex dashboard Settings. There is no OAuth flow for the REST API; a
    separate OIDC discovery document (well-known/textcortex-openid-configuration.json)
    covers account/dashboard login only (scopes openid/email/profile).
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: API key
  description: 'Send `Authorization: Bearer <api_key>`.'
  how_to_obtain: TextCortex dashboard -> Settings -> API Key
  sources:
  - openapi/textcortex-openapi.json