POST
/
api
/
ai
/
session
/
{ai_session_id}
/
update

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ai_session_id
integer
required

The unique ID of the AI Session

Body

application/json
document_ids
integer[]

List of Document IDs in this Session

meta
object

Metadata, for internal use

visibility
enum<string>
default: shared

Whether this session can only be seen by its creator, or by the whole Workspace

Available options:
shared,
private

Response

200 - application/json
created_at
string
required

Creation time, by UTC

document_ids
integer[]

List of Document IDs in this Session

id
integer
required

Unique ID of this Session

is_multidoc
boolean
required

Whether this is a multi-doc chat session

meta
object
required

Session metadata, for internal use

organization_id
integer
required

Unique ID of Organization

user_id
integer
required

Unique ID of user

visibility
enum<string>
default: sharedrequired

Whether this session can only be seen by its creator, or by the whole Workspace

Available options:
shared,
private