curl --request PUT \
--url https://api.trieve.ai/api/dataset/pagefind \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'{
"message": "Bad Request"
}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>'{
"message": "Bad Request"
}Was this page helpful?