Locale: Authentication

Learn how to authenticate with the Locale API. The Locale API uses API keys for authentication. You can find the API keys in your API project's settings. Make sure to keep your API keys safe. Do not store them in plain text, commit them to your Git repositories or otherwise publicly share them.
​Example:

curl "https://api.locale.to/api/languages" \ -H "Authorization: Bearer { yourApiKey }"

Â