> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api/cloudeka-backend/usage-information.md).

# Usage Information

This API is used to get information about resource usage

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Cloudeka Backend","description":"API endpoints for Cloudeka Backend (base: /core)"}],"servers":[{"url":"https://ai.cloudeka.id/"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"description":"Type 'Bearer ' followed by your JWT token. Example: \"Bearer eyJhbGciOi...\"","type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"ai_backend__handler.SuccessRespond":{"type":"object","properties":{"code":{"type":"integer"},"data":{},"message":{"type":"string"}}},"ai_backend__requests.Usage":{"type":"object","properties":{"instance_usage":{"$ref":"#/components/schemas/ai_backend__requests.InstanceUsage"},"network_usage":{"$ref":"#/components/schemas/ai_backend__requests.NetworkUsage"},"other_service":{"$ref":"#/components/schemas/ai_backend__requests.OtherServiceUsage"},"storage_usage":{"$ref":"#/components/schemas/ai_backend__requests.StorageUsage"},"unlimited":{"type":"boolean"}}},"ai_backend__requests.InstanceUsage":{"type":"object","properties":{"instance_usage":{"type":"integer"},"maximal_instance":{"type":"integer"},"maximal_ram":{"type":"integer"},"maximal_vcpu":{"type":"integer"},"ram_usage":{"type":"integer"},"vcpu_usage":{"type":"integer"}}},"ai_backend__requests.NetworkUsage":{"type":"object","properties":{"floatingip_usage":{"type":"integer"},"loadbalancer_usage":{"type":"integer"},"maximal_floatingip":{"type":"integer"},"maximal_loadbalancer":{"type":"integer"},"maximal_security":{"type":"integer"},"maximal_vpc":{"type":"integer"},"security_usage":{"type":"integer"},"vpc_usage":{"type":"integer"}}},"ai_backend__requests.OtherServiceUsage":{"type":"object","properties":{"billed":{"type":"integer"},"service_amount":{"type":"integer"}}},"ai_backend__requests.StorageUsage":{"type":"object","properties":{"data_usage":{"type":"integer"},"maximal_data":{"type":"integer"},"maximal_snapshot":{"type":"integer"},"maximal_storage":{"type":"integer"},"snapshot_usage":{"type":"integer"},"storage_usage":{"type":"integer"}}}}},"paths":{"/core/user/usage":{"get":{"description":"This API is used to get information about resource usage","tags":["Cloudeka Backend","User"],"summary":"Usage Information","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_backend__handler.SuccessRespond"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_backend__requests.Usage"}}},"description":"Usage Information Payload","required":true}}}}}
```
