Creates 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"
]
}Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.