cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/assets \ --header 'Content-Type: application/octet-stream' \ --header 'X-API-Key: <api-key>' \ --data '"<string>"'
{ "message": "<string>", "upload_status": "<string>", "asset_id": "<string>", "uploaded_at": "<string>", "name": "<string>" }
Manually upload user assets (uploaded to manual enumeration)
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
set the content type header
name of asset
The body is of type file.
file
Example response