Logo
Server Header Checker API Documentation

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.

 

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" } }



Curl
curl -X POST 'domain/api/v1/queue/add-url?target=https://websec.nl' -d '{"target":"https://websec.nl","options":{"sleep":0}}'

ENDPOINTS