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