curl --request POST \
--url https://app.aseed.ai/custdev/api/interviews/session-report \
--header 'Content-Type: application/json' \
--data '
{
"interview_room_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"report": {}
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Receive session report from the LiveKit agent.
This endpoint is called by the agent when an interview session ends. The report contains the conversation transcript which is parsed and saved in AssemblyAI format.
Parameters:
Headers:
Returns:
curl --request POST \
--url https://app.aseed.ai/custdev/api/interviews/session-report \
--header 'Content-Type: application/json' \
--data '
{
"interview_room_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"report": {}
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?