Create a new API key for the organization
cURL
curl --request POST \ --url https://api.requesty.ai/v1/manage/apikey \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "monthly_limit": 123, "permissions": { "manage": "none", "completions": "write" } }'
{ "api_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "api_key": "<string>" }
API key for authentication
API key created successfully
The response is of type object.
object