Clocale

Developer Settings

Configure integration settings and manage API keys for Clocale.


Integration URL

The base URL for integrating Clocale with your application. This URL is used to connect your application with the Clocale service.

Key Points:

  • Required for initializing the Clocale provider in your application
  • Should be kept secure and not exposed in version control
  • Used as the base URL for all API requests to the Clocale service

Example:

<ClocaleProvider baseUrl="YOUR_INTEGRATION_URL">{/* Your app */}</ClocaleProvider>

Developer-settings

API Keys

Secure keys for enabling in-context translation. Each key is shown only once upon generation.

Security Notes:

  • Store keys securely
  • Never expose in client-side code
  • Rotate keys regularly

API-keys

Generate API Key

  1. Click "Generate API Key"
  2. Enter a name (e.g., "Production" or "Development")
  3. Click "Submit"
  4. Copy the key immediately (won't be shown again)

gen-api-keys

On this page