You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ZeroEntropy Python library provides convenient access to the ZeroEntropy REST API from any Python 3.8+
6
-
application. The library includes type definitions for all request params and response fields,
7
-
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
5
+
The ZeroEntropy Python SDK provides convenient access to the [ZeroEntropy REST API](https://docs.zeroentropy.dev/api-reference/) from any Python 3.8+
6
+
application.
7
+
8
+
In order to get an API Key, you can visit our [dashboard](https://dashboard.zeroentropy.dev/).
8
9
9
10
## Documentation
10
11
11
-
The REST API documentation can be found on [docs.zeroentropy.dev](https://docs.zeroentropy.dev/api-reference). The full API of this library can be found in [api.md](api.md).
12
+
The REST API documentation can be found on [docs.zeroentropy.dev](https://docs.zeroentropy.dev/api-reference). An introduction to how ZeroEntropy's API works can be found [here](https://docs.zeroentropy.dev/introduction).
13
+
14
+
The full API of the SDK can be found in [api.md](api.md). The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
0 commit comments