Skip to main content

Create and Export your API Key

Create an API Key

Start by creating an API Key on the dashboard, which you can use to store your API key and track your usage.
You can then store the API Key and export it as an environment variable in your development environment.
New accounts start on the free tier with rate limits sufficient for prototyping. Higher tiers start at $50/mo — upgrade on the billing page or see rate limits for details.

Getting Started

After checking out the Core Concepts, you’ll be ready to use the API. We offer many different ways to access our API:
  1. Using our official SDKs for Python and TypeScript / JavaScript as shown below.
  1. 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.
  2. 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 the bearerToken variable to your API Key.
  3. Using our SwaggerUI interface, simply drop your API Key into “Authorize” button in the top-right corner.
If you need support for EU-based datacenters for compliance, you can create an EU-based API Key using our EU Dashboard. Note the subdomain of eu-dashboard. rather than the US-based dashboard.. Similarly, you will want to set the base_url to
https://eu-api.zeroentropy.dev/v1.
Using the EU Dashboard and EU API Endpoints will ensure that all data is fully processed and stored within the EU.
  • When using our interactive API Reference, you can select
    https://eu-api.zeroentropy.dev/v1 in the dropdown menu at the top of each API request.
  • We also have a SwaggerUI interface for our EU API, using the eu-api. subdomain.

Send your First Query

Prompt your LLM to use ZeroEntropy

Prompt an LLM to use ZeroEntropy

Click this card to copy a prompt for using ZeroEntropy with your LLM. You can save it as a text file and reference it in tools like Cursor.
copy