Last updated 1 month ago
Detect personal or sensitive information within any given payload
Data you would like to classify
List of data elements to detect in the payload. If set to None, will detect all data elements Teleskope supports
200
const response = await fetch('https://api.scanner.demo-001.teleskope.ai/v1/classify', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{}