v1/scan/createscan

This API endpoint allows you to initiate a new scan for a specified address. You can specify the type of scan and optionally add a comment to the scan.


Request URL

Replace your_api_key with your actual API key.


Request Parameters

Parameter Type Location Required Description
address string body Yes The target address to scan, e.g., https://example.com
comment string body Yes The comment to be used for the scan
type string body Yes st.bi Crawl Only
st.xss Cross-site Scripting
st.si SQL Injection
st.hmr Critical/High/Medium Risk
st.fs Full-scan
proxyid string body Yes The unique identifier of the proxy to be used
useragent string body Yes The user agent to be used

Response Data