curl --request POST \
--url https://app.aseed.ai/custdev/api/interviews/join/{access_token}/leave{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Notify that the respondent has left the interview (e.g. clicked End call).
Public endpoint. Marks the room as completed so status updates even when the LiveKit room_finished webhook does not reach the backend (e.g. local dev).
curl --request POST \
--url https://app.aseed.ai/custdev/api/interviews/join/{access_token}/leave{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?