Getting Started
Quickstart
Getting Started using the ZeroEntropy API
After checking out the Core Concepts, you’ll be ready to use the API. There are three main ways to access our API,
- Using our interactive API Reference. Simply drop your API Key into the “Authorization” button and use our interactive API to try it out.
- You can copy example queries using cURL, Python, Javascript into your development environment.
- Using https://go.zeroentropy.dev/openapi.json to access the API through an API platform such as Thunder Client or Postman.
- For example, in Postman, go to File -> Import, and then paste
https://go.zeroentropy.dev/openapi.json
into the prompt. You’ll have to set thebearerToken
variable to your API Key.
- For example, in Postman, go to File -> Import, and then paste