POST/v1/text/transform
Request

Summarize

Focus on the most important parts

Stream

Receive output as Server-Sent Events

0 / 10,000
curl -X POST https://api.klao.eu/api/v1/text/transform \
  -H "x-api-key: klao_xxxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{
  "mode": "leichte_sprache",
  "input_text": "Your German text here...",
  "output_format": "plaintext",
  "summarize": false
}'