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>"
}
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
The response is of type object
.
Was this page helpful?