Skip to main content

Type Alias: CreateAccessKeyResponse

type CreateAccessKeyResponse: components["schemas"]["CreateAccessKeyResponse"];

Properties

PropertyTypeRequiredDescription
idstringYesUnique identifier for the access key
namestringYesHuman-readable name of the access key
descriptionstringNoOptional description of the access key
pubKeystringYesThe public key (base64-encoded, 44 characters)
keyIdstringYesShort identifier derived from the public key
createdstringNoISO 8601 creation timestamp
updatedstringNoISO 8601 last-update timestamp
accessKeystringYesThe one-time access key string. Copy this immediately — it cannot be retrieved again.

Defined in

4Players/cortex-typescript-sdk/src/resources/voice.ts:11