curl --request PUT \
--url https://api.trieve.ai/api/dataset/pagefind \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
Uses pagefind to index the dataset and store the result into a CDN for retrieval. The auth’ed user must be an admin of the organization to create a pagefind index for a dataset.
curl --request PUT \
--url https://api.trieve.ai/api/dataset/pagefind \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
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.
Dataset indexed successfully
Was this page helpful?