curl --request GET \
--url https://api.bunny.net/search \
--header 'AccessKey: <api-key>'{
"Total": 123,
"From": 123,
"Size": 123,
"Query": "<string>",
"SearchResults": [
{
"Id": 123,
"Type": "<string>",
"Name": "<string>"
}
]
}The list of platfom-wide search results
curl --request GET \
--url https://api.bunny.net/search \
--header 'AccessKey: <api-key>'{
"Total": 123,
"From": 123,
"Size": 123,
"Query": "<string>",
"SearchResults": [
{
"Id": 123,
"Type": "<string>",
"Name": "<string>"
}
]
}API Access Key authorization header
The list of platfom-wide search results
The total number of search results found matching the query
The number of results skipped in the search query
The size of the result set
The input query for the search request
The list of search results found for the query
Show child attributes
Was this page helpful?