Price: Free for a limited time Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
Timestamp when the user was created
User additional data in JSON
{ "id": "6b530024-36d8-4f03-9fdd-8741514188ac"}
Request samples
curl --location --request POST 'https://api.302.ai/memobase/api/v1/users' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{ "id": "6b530024-36d8-4f03-9fdd-8741514188ac"}'
Responses
application/json {
"data": {
"id": "<string>"
},
"errno": 0,
"errmsg": ""
}
Modified at 2025-01-20 03:35:48