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"
]
}Creates an API key with the provided name and type. The API key is returned in the response.
{
"name": "my-api-key",
"model_ids": [
"aaaaaaaa"
]
}