API Access
My Requests
Set up the welcome page for your API to help users make their first call.
Getting Started
Set up the welcome page for your API to help users make their first call.
Create Chat Session POST
Initialize a new AI chat session. Returns a session_id that can be used with PostSessionMessage to have a conversation with the AI. Messages are generated as part of runs, with is_final indicating run completion.