Authenticate every server-side request.
{
"text": "Complex source content in the selected language.",
"locale": "en",
"mode": "simple-language"
}SDK and cURL examples available
- Create an API key in the Simple8 application under API Keys.
- Copy the secret immediately. Simple8 stores only a protected digest and cannot show the full key again.
- Send it with Authorization: Bearer s8_live_... from your server.
- Use the last-used timestamp to identify active keys.
- Rotate a key by creating a replacement, updating your service, and revoking the old key.
- 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.