cURL
curl --request POST \ --url https://api.runloop.ai/v1/apikeys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": "<string>", "name": "<string>", "key_secret": "<string>" }
Create API Keys
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?