latestOpenAPI 3.1.02026-07-26157321426.3 KB
a55a2f64c3c5
Creates 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"
]
}