Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Body

application/json
memory_id
string
required

ID of the memory to provide feedback for

feedback
enum<string> | null

Type of feedback

Available options:
POSITIVE,
NEGATIVE,
VERY_NEGATIVE
feedback_reason
string | null

Reason for the feedback

Response

Successful operation.

id
string<uuid>

Feedback ID

feedback
enum<string> | null

Type of feedback

Available options:
POSITIVE,
NEGATIVE,
VERY_NEGATIVE
feedback_reason
string | null

Reason for the feedback