> 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/deka-flexi/add-package-storage.md).

# Add Package Storage

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka Flexi","description":"API endpoints for Deka Flexi (base: /core/flexi)"}],"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_flexi__response.Response":{"type":"object","properties":{"data":{},"message":{"type":"string"},"status":{"type":"boolean"}}},"ai_flexi__requests.AddPackageStorage":{"type":"object","properties":{"price_per_hours":{"type":"number"},"price_per_month":{"type":"number"},"type_id":{"type":"string"},"volume_size":{"type":"integer"}}}}},"paths":{"/core/flexi/flavor/storage":{"post":{"tags":["Deka Flexi","Flavor Package Storage"],"summary":"Add Package Storage","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_flexi__response.Response"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_flexi__response.Response"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_flexi__response.Response"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_flexi__requests.AddPackageStorage"}}},"description":"Add Package Storage","required":true}}}}}
```
