curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/agent-config/{interview_room_id}{
"interview_room_id": "<string>",
"max_duration_minutes": 123,
"research_goals": "<string>",
"interview_guide": "<string>",
"respondent_email": "<string>",
"voice": "<string>",
"realtime_provider": "<string>",
"language": "<string>"
}Get full interview configuration for the agent.
This endpoint is used by the LiveKit agent to fetch complete interview configuration (including interview_guide) when only interview_room_id is provided in the token metadata. This avoids HTTP 414 errors from overly long tokens.
Parameters:
Headers:
Returns:
curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/agent-config/{interview_room_id}{
"interview_room_id": "<string>",
"max_duration_minutes": 123,
"research_goals": "<string>",
"interview_guide": "<string>",
"respondent_email": "<string>",
"voice": "<string>",
"realtime_provider": "<string>",
"language": "<string>"
}Successful Response
Was this page helpful?