POST
/
v1
/
user
/
apikey
curl --request POST \
  --url https://api.projectdiscovery.io/v1/user/apikey \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "api_key": "<string>"
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json
Example response
message
string
required
api_key
string
required