Skip to main content

List all widget sessions

Use GET /liveai/rooms to retrieve widget sessions associated with your account.
BASH
Retrieve your API key from the LemonSlice account page.

Retrieve metadata for a specific call

Use GET /liveai/rooms/{session_id} to retrieve a single widget session’s status. For completed sessions, the response will include additional metadata, like credits used and a transcript of the call.
BASH