curl --request POST \
--url https://app.aseed.ai/custdev/api/interviews/join/{access_token} \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"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": "jsmith@example.com"
}
'{
"token": "<string>",
"url": "<string>",
"room_name": "<string>",
"max_duration_minutes": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.aseed.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request model for joining an interview room.
Was this page helpful?