Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/api/sessions/by-room/{room_name}/transcripts \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>" } '
{ "content": "<string>", "id": "<string>", "session_id": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Add a transcript to a session using room name.
Transcript creation schema when using room name (session_id derived from room).
USER
AGENT
Successful Response