Protected projects
In protected projects, all Meilisearch API routes and endpoints can only be accessed by requests bearing an API key. The only exception to this rule is the/health
endpoint, which may still be queried with unauthorized requests.
Meilisearch Cloud projects are protected by default. Self-hosted instances are only protected if you launch them with a master key.
Consult the basic security tutorial for instructions on how to communicate with protected projects.