Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.gputrader.io/v1/users/ssh-key \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "publicKey": "<string>" } '
{ "name": "<string>", "publicKey": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Generate a new SSH key for the authenticated user
publicKey for the SSH key
ssh key successfully created