Skip to main content
POST
/
compute
/
api-keys
Create compute API key
curl --request POST \
  --url https://api.x402layer.cc/compute/api-keys \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>"
}
'

Body

application/json
label
string

Response

201

API key created