cURL
curl --request POST \ --url https://api.ziet.ai/v1/memory/{id}/chunk \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>", "value": "<string>" } '
{ "key": "<string>" }
Store a key-value pair in memory. Values are automatically embedded and stored in a vector database for semantic search.
Format: 'Api-Key sk_live_YOUR_KEY'
Any JSON value
Chunk added