M
Meilisearch HTTP API
Details
Spec supplied by APIs.guru
Authentication
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>.
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>.