Skip to main content
POST
/
memory
/
{id}
/
chunk
Add chunk
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>"
}

Authorizations

Authorization
string
header
required

Format: 'Api-Key sk_live_YOUR_KEY'

Path Parameters

id
string
required

Body

application/json
key
string
required
value
required

Any JSON value

Response

Chunk added

key
string