curl --request POST \
--url https://app.aseed.ai/custdev/api/interviews/join/{access_token} \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"token": "<string>",
"url": "<string>",
"room_name": "<string>",
"max_duration_minutes": 123
}Join an interview room as a respondent.
This is a public endpoint. Validates the room, records the respondent email, and returns a LiveKit token for connection.
Parameters:
Returns:
curl --request POST \
--url https://app.aseed.ai/custdev/api/interviews/join/{access_token} \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'{
"token": "<string>",
"url": "<string>",
"room_name": "<string>",
"max_duration_minutes": 123
}Request model for joining an interview room.
Was this page helpful?