SYSTRAN · Authentication Profile

Systran Authentication

Authentication

SYSTRAN secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

Machine TranslationTranslationNLPNeural Machine TranslationLocalizationLanguage Detection
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

ApiKeyQuery apiKey
· in: query (key)
ApiKeyHeader apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/systran-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: key
  description: SYSTRAN API key passed as the `key` query parameter.
  sources:
  - openapi/systran-openapi.yml
- name: ApiKeyHeader
  type: apiKey
  in: header
  parameter: Authorization
  description: 'API key passed as an Authorization header, e.g. `Authorization: Key YOUR_API_KEY`.'
  sources:
  - openapi/systran-openapi.yml