Get Meilisearch metadata to search for videos
Get Meilisearch metadata to search for videos.
If search is enabled, the returned metadata can be used to search for archived streams in the index pomu
.
The returned apiKey
, if provided, is guaranteed to be view and search only and can not modify the index.
GET /search
curl \
-X GET https://pomu.app/api/search
Response examples (200)
{
"enabled": true,
"url": "string",
"apiKey": "string"
}
Response examples (200)
{
"enabled": true,
"url": "string",
"apiKey": "string"
}