Memory

Add a session

POST
Create New Session

Request

This endpoint expects an object.
session_id
stringRequired
The unique identifier of the session.
fact_rating_instruction
objectOptional
Optional instruction to use for fact rating.
metadata
map from strings to anyOptional
The metadata associated with the session.
user_id
stringOptional
The unique identifier of the user associated with the session

Response

This endpoint returns an object
classifications
map from strings to stringsOptional
created_at
stringOptional
deleted_at
stringOptional
ended_at
stringOptional
fact_rating_instruction
objectOptional
fact_version_uuid
stringOptional
facts
list of stringsOptional
id
integerOptional
metadata
map from strings to anyOptional
project_uuid
stringOptional
session_id
stringOptional
updated_at
stringOptional
user_id
stringOptional
Must be a pointer to allow for null values
uuid
stringOptional

Errors