Clarify text
Transform noisy or colloquial transcriptions into clear, grammatically correct text.
This endpoint requires authentication. Include your API key in the Authorization header.
Request Body
Code Examples
curl -X POST https://api.valsea.ai/v1/clarifications \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "valsea-clarify",
"text": "Hello, world"
}'