Create an API key for a client (Admin only)
Authentication
Create an API key for a client (Admin only)
Create an API key for a specified client. Requires admin access token.
POST
Create an API key for a client (Admin only)
Documentation Index
Fetch the complete documentation index at: https://docs.dakota.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Body
application/json
Client ID to create the API key for
Required string length:
27Pattern:
^[0-9A-Za-z]{27}$Example:
"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Response
API key created successfully
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
Required string length:
27Pattern:
^[0-9A-Za-z]{27}$Example:
"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
The API key value (only shown once at creation)
Example:
"dk_live_4KLkSmzQbL6Xs8xnUjssdGHX7PfhHpAb"

