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.
Body
PARAM
Key | Datatype | Required | Description |
target
|
string |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"status": "success",
"message": "The url has been queued. Wait for the result.",
"data": {
"scan_id": "ZFZA7OUGNOZZFQPUTYQNRMKS"
}
} |
ENDPOINTS