Create a new API key
Authentication
Create a new API key
Generate a new API key
POST
Create a new API key
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.
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"

