Submit an on-demand discovery scan
POST/discovery/:module/scan
Submit a scan for the given discovery module (e.g. youtube, telegram). Returns 202
with a jobId; poll the status URL or supply callback_url for an HMAC-signed webhook on
completion. Scans are asynchronous. The body is module-specific (see GET /discovery/modules);
filters and callback_url are common to all modules.
Request
Responses
- 202
- 400
- 401
- 404
- 502
Scan queued (returns jobId + statusUrl)
Invalid request
Missing or invalid API key
Unknown module
Could not enqueue the scan