curl --request GET \
--url https://api.trieve.ai/api/dataset/pagefind \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'{
"url": "<string>"
}Returns the root URL for your pagefind index, will error if pagefind is not enabled
curl --request GET \
--url https://api.trieve.ai/api/dataset/pagefind \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'{
"url": "<string>"
}Was this page helpful?