cURL
curl --request POST \ --url https://api.vexelia.com/users/sshKeys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>", "key": "<string>" } '
Creates a new SSH key to use for new server deployment
Your API key goes here, you can generate one in your account settings.
The SSH key data
The friendly label for the SSH key
3 - 64
The actual SSH key to install onto the server
3 - 4096
The SSH key was created