cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/assets \ --header 'X-API-Key: <api-key>'
{ "message": "<string>", "data": [ { "asset_count": 123, "asset_id": "<string>", "uploaded_at": "<string>", "name": "<string>" } ] }
number of assets to skip
number of assets to fetch
search term for asset list
Example response
The response is of type object.
object
Was this page helpful?