Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ZeroEntropy Admin API

The Admin API from ZeroEntropy — 7 operation(s) for admin.

ZeroEntropy Admin API is one of 7 APIs that ZeroEntropy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Admin. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 7 operations across 7 paths, and defines 16 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against 2 base URLs: https://api.zeroentropy.dev/v1, https://eu-api.zeroentropy.dev/v1.

7 operations 7 paths 16 schemas 7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.zeroentropy.dev/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ZeroEntropy Admin API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

  • HTTPBearer — The Authorization header must be provided in the format Bearer . You can get your API Key at the [Dashboard](https://dashboard.zeroentropy.dev/)!

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 7 POST. Each is listed below with its method, path, parameters, and response codes.

Admin 7
POST
/admin/create-organization
Create Organization
create_organization_admin_create_organization_post body → 201409422
POST
/admin/add-api-key
Add Api Key
add_api_key_admin_add_api_key_post body → 201404422
POST
/admin/list-api-keys
List Api Keys
list_api_keys_admin_list_api_keys_post body → 200404422
POST
/admin/delete-api-key
Delete Api Key
delete_api_key_admin_delete_api_key_post body → 200404422
POST
/admin/get-organization
Get Organization
get_organization_admin_get_organization_post body → 200404422
POST
/admin/update-organization
Update Organization
update_organization_admin_update_organization_post body → 200404422
POST
/admin/update-api-key
Update Api Key
update_api_key_admin_update_api_key_post body → 200404422

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are GetOrganizationResponse (7 properties), UpdateOrganizationRequest (6 properties), APIKeyInfo (6 properties), UpdateAPIKeyRequest (4 properties). Each schema is shown below with its type and property counts.

DBAPIKeyPermission
string
SubscriptionType
string
ListAPIKeysRequest
object
1 property 1 required
GetOrganizationRequest
object
1 property 1 required
APIKeyInfo
object
6 properties 6 required
DeleteAPIKeyRequest
object
2 properties 2 required
ValidationError
object
3 properties 3 required
UpdateOrganizationRequest
object
6 properties 1 required
UpdateAPIKeyRequest
object
4 properties 2 required
AddAPIKeyRequest
object
4 properties 3 required
CreateOrganizationRequest
object
1 property 1 required
HTTPValidationError
object
1 property
AddAPIKeyResponse
object
1 property 1 required
GetOrganizationResponse
object
7 properties 7 required
ListAPIKeysResponse
object
1 property 1 required
DefaultResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zeroentropy-admin-api-openapi.yml Raw ↑

Other APIs ZeroEntropy publishes across the network.

ZeroEntropy Collections API
ZeroEntropy Documents API
ZeroEntropy Models API
ZeroEntropy Queries API
ZeroEntropy Status API
ZeroEntropy Usage API