cURL
curl --request POST \ --url https://api.wavynode.com/v1/projects/{projectId}/keys \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "label": "<string>" } '
{ "success": true, "data": 123 }
Creates a new API key for a given project.
Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.
ApiKey
ApiKey wavy_your-api-key
The project ID
A label to identify this API key
API key created
The ID of the created API key