Stats

Public Statistics about AquilaX Services (No authentication needed)

App Stats

GEThttps://app.aquilax.ai/api/v1/app-stats
Response

Successful Response

Body
any
Request
const response = await fetch('https://app.aquilax.ai/api/v1/app-stats', {
    method: 'GET',
    headers: {},
});
const data = await response.json();

Last updated