Start a new session (deprecated)
Sessions
Start a new session (deprecated)
deprecated
Deprecated. Use POST /v1/sessions instead. The legacy route wraps the session object under a session key; the v1 route accepts a bare session object.
POST
Start a new session (deprecated)
Documentation Index
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request body for POST /session/start (deprecated — use POST /v1/sessions)
Response
200 - application/json
Session successfully started
Full session event object returned after starting a new session

