Skip to main content
POST
/
v1
/
feedback
Record explicit feedback
curl --request POST \
  --url http://localhost:8080/v1/feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "memory_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "note": "<string>"
}
'

Authorizations

Authorization
string
header
required

API key with mk_ or rk_ prefix

Body

application/json
agent_id
string<uuid>
required
signal
enum<string>
required
Available options:
positive,
negative,
neutral
memory_id
string<uuid>
note
string

Response

201

Feedback recorded