Establishes a live meeting room featuring an AI assistant, accessible to a single participant. Upon joining, the user may engage in a timed conversation with the assistant.
POST
/
api
/
v1
/
rooms
Copy
curl --location --request POST 'https://api-prd.vidlab7.com/api/v1/rooms' \--header 'Content-Type: application/json' \--header 'x-api-key: <YOUR_API_KEY>' \--data-raw '{ { "name": "My first room", "liveAvatarId": "123-abcd", "conversationShortCode": "abC123" "contactEmail": "name@example.com" "privacy": "private", "roomSettings": { "shouldBotJoinImmediately": false }, "context": "My custom context"}}'
The conversationShortCode for the liveAvatar that should be used for the meeting as a string. If there is no current conversation history with this avatar, leave it blank.