Super.ai · Authentication Profile

Superai Authentication

Authentication

Super.ai secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyAi Enterprise SoftwareIntelligent Document ProcessingDocument ProcessingWorkflow OrchestrationAutomationHuman In The LoopArtificial IntelligenceREST API
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BearerAuth http
scheme: bearer
APIKeyAuth apiKey
· in: header (X-API-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/superai-flows-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: |-
    JWT Bearer token authentication. Include your access token in the Authorization header as: `Bearer YOUR_ACCESS_TOKEN`

    Example:
    ```
    Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
    ```
  sources:
  - openapi/superai-flows-openapi-original.json
- name: APIKeyAuth
  type: apiKey
  in: header
  parameter: X-API-Key
  description: |-
    API key authentication. Include your API key in the X-API-Key header as: `X-API-Key YOUR_API_KEY`

    Example:
    ```
    X-API-Key: saf_1234567890
    ```
  sources:
  - openapi/superai-flows-openapi-original.json