Created
March 26, 2023 17:28
-
-
Save bobvanluijt/6ad881344ce823c51e44c7fe9a30accd to your computer and use it in GitHub Desktop.
Connect to Weaviate using an API-key using cURL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl \ | |
-H "Authorization: Bearer 4jne...9me1" \ | |
https://your-cluster.weaviate.network/v1/meta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment