Public Statistics about AquilaX Services (No authentication needed)
Last updated 2 months ago
Successful Response
const response = await fetch('https://app.aquilax.ai/api/v1/app-stats', { method: 'GET', headers: {}, }); const data = await response.json();