Skip to content

Instantly share code, notes, and snippets.

@bobvanluijt
Created March 26, 2023 17:28
Show Gist options
  • Save bobvanluijt/6ad881344ce823c51e44c7fe9a30accd to your computer and use it in GitHub Desktop.
Save bobvanluijt/6ad881344ce823c51e44c7fe9a30accd to your computer and use it in GitHub Desktop.
Connect to Weaviate using an API-key using cURL
$ 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