M

Meilisearch HTTP API

REST discovered

Details Spec supplied by APIs.guru
Spec
https://api.apis.guru/v2/specs/meilisearch.com/1.0.0/openapi.json
Spec (json)
https://www.meilisearch.com/docs/assets/open-api/meilisearch-openapi.json
Docs
https://meilisearch.com/docs/reference/api
Authentication
Meilisearch API key api_key discovered Get key ↗
Authorization: Bearer <credential>

For Meilisearch Cloud, open your project in Meilisearch Cloud and copy its API keys as described in Securing your project. For self-hosted Meilisearch, start the instance with a master key, then create or retrieve API keys via the /keys endpoints as described in Master key and API keys. Send the key in Authorization: Bearer <API_KEY>.

Meilisearch master key api_key discovered Get key ↗
Authorization: Bearer <credential>

Create the master key when provisioning the instance: for Meilisearch Cloud, create the project and copy its master key/API keys in Meilisearch Cloud as described in Securing your project; for self-hosted Meilisearch, launch the server with a master key as described in Master key and API keys. Use it only for key-management routes such as /keys, and send it in Authorization: Bearer <MASTER_KEY>.