Documentation

Authenticate every server-side request.

{
  "text": "Complex source content in the selected language.",
  "locale": "en",
  "mode": "simple-language"
}

SDK and cURL examples available

  1. Create an API key in the Simple8 application under API Keys.
  2. Copy the secret immediately. Simple8 stores only a protected digest and cannot show the full key again.
  3. Send it with Authorization: Bearer s8_live_... from your server.
  4. Use the last-used timestamp to identify active keys.
  5. Rotate a key by creating a replacement, updating your service, and revoking the old key.
  6. Revoke an exposed or unused key immediately.

API processing requires an active workspace and at least one verified owner or administrator email address.

Security warning

Treat an API key like a password. Store it in a server-side secret manager and rotate it immediately if it is exposed.

Never display a real key in screenshots or examples.

On this page