Scan a URL for potential malicious activity
Scans a URL for potential phishing or malicious activity and returns the result.
POST
Scan a URL for potential malicious activity
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Maximum string length:
255Pattern:
^(https?:\/\/)?[a-z0-9]+([-.]+[a-z0-9]+)*\.[a-z]{2,10}([0-9]{1,5})?(\/.*)?$Example:
"https://website-sample.com"
Response
Successful scan result
Indicates whether the scanned URL is potentially malicious. Returns null if scan is inconclusive.
Previous
Simulate a Solana transactionSimulates a Solana transaction and returns the expected outcome.
Next
Scan a URL for potential malicious activity