Storage stats
GET
/files/stats
const url = 'https://api.mixen.ai/v1/files/stats';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.mixen.ai/v1/files/stats \ --header 'Authorization: Bearer <token>'Counts and volumes of your storage: temp and permanent separately, the permanent quota and how much of it is used.
Authorizations
Заголовок раздела «Authorizations»Responses
Заголовок раздела «Responses»Successful Response
Media typeapplication/json
Examplegenerated
example