Create a meeting
The minimum you need is ascenario_id and a person_name.
string
required
Name of the participant joining the session.
string
required
UUID of the scenario this meeting runs.
string
regular (default) or instant.string
Session-specific context injected into the AI’s prompt without changing the scenario. Use this to personalize: “Candidate has 8 years at Google, focus on ML infrastructure.”
Response
Joining the meeting
Hosted page — redirect the participant tomeeting_url.
Iframe embed:
End-user meetings (no JWT)
For public or embedded scenarios, you can create a meeting without an API key — session minutes are billed to the scenario creator’s account.After the meeting ends
GET /meetings/{id} returns the meeting along with its transcript, summary, and goal scores. See Post-Meeting Data.

