Wideo · Authentication Profile

Wideo Authentication

Authentication

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

CompanyVideoVideo AutomationContent CreationMediaMarketingTemplatesNo-Code
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-08-13'
method: searched
source: https://wideo.co/api-documentation/
docs: https://wideo.co/api-documentation/
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  format: UUID
  description: >-
    API key in UUID form, scoped to a specific account and permission set.
    Generated assets are isolated by account and stored securely.
  example_shape: '12345678-1234-1234-1234-123456789012'
  docs: https://wideo.co/api-documentation/
  sources:
  - https://wideo.co/api-documentation/
  - openapi/wideo-automation-api-openapi.yml
  - openapi/wideo-batch-api-openapi.yml
issuance:
  self_serve: false
  path: '"Request API access" form on https://wideo.co/api-documentation/'
  note: >-
    No key can be obtained without a sales conversation. Every tier, including the
    published paid tiers, is entered through the request form; there is no
    dashboard-issued key documented.
rotation:
  documented: false
  note: No key rotation, expiry, or revocation procedure is published.
observed:
  unauthenticated_response:
    status: 403
    body: '{"message":"Missing Authentication Token"}'
    header: 'x-amzn-errortype: MissingAuthenticationTokenException'
    url: https://automationapi.wideo.co/batch
    probed: '2026-08-13'
gaps:
- >-
  The legacy /automation/* code samples published on https://wideo.co/api/ send
  only a Content-Type header and no x-api-key, so the published documentation does
  not consistently state that the legacy pair requires a key.
- No OAuth, OIDC or scoped-permission surface exists; see conformance/wideo-conformance.yml.