Sessions
Thread continuity uses top-level sessionId on POST /users/run-models. Omit it to start a fresh thread when you want the API to assign an id.
POST
/users/run-modelsField
| Field | Type | Required | Description |
|---|---|---|---|
| sessionId | string | Optional | Conversation id on POST /users/run-models. When you provide one, your question is added to that chat session. When you omit it with a valid API key, the service may create a session and return its id in the response. |
Reuse the value returned from earlier responses when you want continuity. Full field lists and examples are on Run models. To list or fetch persisted rows in chat.message, see Chat messages.