v1
latestOpenAPI 3.1.02026-07-26157321426.3 KBCreates an API key
Creates an API key with the provided name and type. The API key is returned in the response.
post/v1/api_keys
Request body
Example request
{
"name": "my-api-key",
"model_ids": [
"aaaaaaaa"
]
}