Skip to main content
POST
Remember a fact

Authorizations

Authorization
string
header
required

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

Body

application/json

Validates a POST /v1/recall/facts body: the fact content and the end-user it belongs to. The ability gate lives in the route middleware.

content
string
required
Maximum string length: 8000
user_ref
string
required
Maximum string length: 255

Response

status
string
required
Allowed value: "accepted"