Authentication & API Keys

Developer API V1 uses Bearer authentication with a project-scoped secret key.

API key format

Authorization header

Authorization: Bearer gos_live_…

Environment variable

GLOBALIZATIONOS_API_KEY=gos_live_…

Never expose server-side API secrets in public browser JavaScript.

← Quickstart