Add Url to Queue

POST {{domain}}/api/v1/queue/add-url

Use this api to add urls to queue. Queues are automatically processed in the server. Use the scan id in the get scan status api to get scan result.

Request Params

KeyDatatypeRequiredDescription
targetstring

Request Body

{"target"=>"https://websec.nl", "options"=>{"sleep"=>0}}

RESPONSES

status: OK

{"status":"success","message":"The url has been queued. Wait for the result.","data":{"scan_id":"ZFZA7OUGNOZZFQPUTYQNRMKS"}}