Format transcript

    Transform a raw transcript into a structured document format such as meeting minutes, sales summaries, action items, subtitles, and more.

    Request Body

    ParameterTypeRequiredDescription
    modelvalsea-formatYes
    transcriptstringYesThe transcript to format.
    response_formatjson | verbose_jsonNoDefault: json
    semantic_tagsarrayNo. Default: []
    semantic_tags[].tagstringNo
    semantic_tags[].phrasestringNo
    semantic_tags[].meaningstringNo
    output_typemeeting_minutes | sales_summary | service_log | subtitles | email_summary | action_items | key_quotes | interview_notesYesThe desired output document format.
    streambooleanNoEnable streaming response.

    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

    Errors

    StatusDescription
    401Missing or invalid API key
    402Insufficient credits

    Was this page helpful?