Annotate text
Annotate text with language corrections and semantic tags. Useful for processing colloquial transcriptions.
This endpoint requires authentication. Include your API key in the Authorization header.
Request Body
Code Examples
curl -X POST https://api.valsea.ai/v1/annotations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "valsea-annotate",
"text": "Hello, world"
}'