cURL
curl --request POST \ --url https://api.abliteration.ai/api/policy-gateway/projects/{project_id}/keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>" } '
{ "api_key": "<string>", "key_preview": "<string>" }
Use a JWT or API key as a Bearer token.
Key created