Last updated 1 month ago
200
const response = await fetch('https://api.scanner.demo-001.teleskope.ai/v1/scan', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{}