Format transcript
Transform a raw transcript into a structured document format such as meeting minutes, sales summaries, action items, subtitles, and more.
This endpoint requires authentication. Include your API key in the Authorization header.
Request Body
Code Examples
curl -X POST https://api.valsea.ai/v1/formatting \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "valsea-format",
"transcript": "Your transcript text here...",
"output_type": "meeting_minutes"
}'
Response
The response shape depends on the requested output_type.
meeting_minutes
sales_summary
service_log
subtitles
Fallback: non-JSON AI output
If the AI's output isn't valid JSON, the endpoint still returns 200, with: