Convert annotated text
Convert annotated text (with semantic tags) into clean, readable 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/conversions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "valsea-convert",
"annotated_text": "Your annotated text here..."
}'