Summarize
Focus on the most important parts
Stream
Receive output as Server-Sent Events
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
}'