Get Meilisearch metadata to search for videos

GET /search

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.

Responses

  • OK

    Hide response attributes Show response attributes object
    • enabled boolean Required

      Whenever search is enabled on this instance

    • url string

      Meilisearch API base url, if search is enabled

    • apiKey string

      Meilisearch API key, if search is enabled

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"
}