POST
/
api
/
chunk_group
/
chunk
/
{group_id}
curl --request POST \
  --url https://api.trieve.ai/api/chunk_group/chunk/{group_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TR-Dataset: <tr-dataset>' \
  --data '{
  "chunk_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "chunk_tracking_id": "<string>"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string
required

The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.

Path Parameters

group_id
string
required

Id of the group to add the chunk to as a bookmark

Body

application/json
JSON request payload to add a chunk to a group (bookmark it)
chunk_id
string | null

Id of the chunk to make a member of the group.

chunk_tracking_id
string | null

Tracking Id of the chunk to make a member of the group.