Make sure to authenticate the API requests.
{
"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 key immediately. Simple8 stores only a secure hash and cannot display the full key again later.
- Send the key in the authorization header: Bearer s8_live_... from your server.
- Use the last-used timestamp to identify active keys.
- Replace a key by creating a replacement, updating your service and revoking the old key.
- Revow any unlocked or unused key immediately.
Requirement: The workspace is active and the email address of an owner or administrator has been confirmed.
Security warning
Treat an API key like a password. Store it in a secure key vault on the server and replace it immediately if exposed.
Never display a real key in screenshots or examples.