Skip to content
  • Auto
  • Light
  • Dark

API Keys

API Keys

Create a Model API Key
post/v2/gen-ai/models/api_keys
Delete API Key for a Model
delete/v2/gen-ai/models/api_keys/{api_key_uuid}
List Model API Keys
get/v2/gen-ai/models/api_keys
Update API Key for a Model
put/v2/gen-ai/models/api_keys/{api_key_uuid}
Regenerate API Key for a Model
put/v2/gen-ai/models/api_keys/{api_key_uuid}/regenerate
ModelsExpand Collapse
APIModelAPIKeyInfo = object { created_at, created_by, deleted_at, 3 more }

Model API Key Info

created_at: optional string

Creation date

formatdate-time
created_by: optional string

Created by

formatuint64
deleted_at: optional string

Deleted date

formatdate-time
name: optional string

Name

secret_key: optional string
uuid: optional string

Uuid