Scan any public open source project for free
Last updated 8 days ago
Successful Response
const response = await fetch('https://aquilax.ai/api/v1/public/scan', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "git_uri": "text", "email": "text", "accept_terms": false }), }); const data = await response.json();
{ "detail": "text" }
const response = await fetch('https://aquilax.ai/api/v1/public/scan/{scan_token}', { method: 'GET', headers: {}, }); const data = await response.json();