Papago · Authentication Profile

Papago Authentication

Authentication

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

TranslationNatural Language ProcessingMachine TranslationNeural Machine TranslationKoreanAsian LanguagesLocalizationLanguage Detection
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

clientId apiKey
· in: header (X-Naver-Client-Id)
clientSecret apiKey
· in: header (X-Naver-Client-Secret)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yaml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: clientId
  type: apiKey
  in: header
  parameter: X-Naver-Client-Id
  description: Client ID issued when registering an application on the Naver Developer Center.
  sources:
  - openapi/openapi.yaml
- name: clientSecret
  type: apiKey
  in: header
  parameter: X-Naver-Client-Secret
  description: Client secret issued when registering an application on the Naver Developer Center.
  sources:
  - openapi/openapi.yaml