curl --request POST \
--url https://app.aseed.ai/custdev/insight/{rec_id}/transcript_refine \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Refine transcript using LLM to fix diarization errors.
Creates a new version with the refined transcript. Returns the new version number.
curl --request POST \
--url https://app.aseed.ai/custdev/insight/{rec_id}/transcript_refine \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?