User Profiles
Add User Profile
Add the real-time user profiles for long term memory
POST
Python
This endpoint allows you to add new profile entries to a user’s long-term memory.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the user
Body
application/json
The content of the profile to add
Response
200
application/json
Successful Response
The response is of type object
.
Python