pub type ApiKey = PrefixedUuid<'a', 'p', 'k'>;Expand description
An ObjectiveAI API Key.
The format is always apk followed by 32 hexadecimal characters
representing a UUID (e.g., apk1234567890abcdef1234567890abcdef).
API keys are used to authenticate requests to the ObjectiveAI API.
Aliased Typeยง
pub struct ApiKey { /* private fields */ }