> 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-slb/core-slb-v1-create.md).

# /core/slb/v1/create

```json
{"openapi":"3.1.1","info":{"title":"Cloudeka AI - API Documentation","version":"1.0.0"},"tags":[{"name":"Deka SLB","description":"API endpoints for Deka SLB (base: /core/slb)"}],"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_slb__response.Response":{"type":"object","properties":{"data":{},"error":{},"message":{"type":"string"},"status":{"type":"boolean"},"statusCode":{"type":"integer"}}},"ai_slb__request.CreateSlbRequest":{"type":"object","required":["ha_count","organization_id","project_id","slb_instance_name","user_id"],"properties":{"add_item_relation":{"description":"check if request need to create item relation, relation can be generated from other service chain","type":"boolean"},"billing_type":{"type":"string"},"description":{"type":"string"},"flavor":{"type":"string"},"flavor_id":{"type":"string"},"ha_count":{"type":"integer"},"item_id":{"type":"string"},"management_ip":{"type":"string"},"memory":{"type":"string"},"message":{"type":"string"},"organization_id":{"type":"string"},"origin":{"type":"string","default":"SP"},"password_manual":{"type":"string"},"project_id":{"type":"string"},"region":{"type":"string"},"slb_instance_name":{"type":"string"},"sp_token":{"type":"string"},"status":{"type":"string"},"subnet_size":{"type":"string"},"tier":{"type":"string","default":"regional"},"user_id":{"type":"string"},"vm_vpc_network_name":{"type":"string"},"voucher_id":{"type":"string"}}}}},"paths":{"/core/slb/v1/create":{"post":{"tags":["Deka SLB","SLB Core"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__response.Response"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__response.Response"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__response.Response"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ai_slb__request.CreateSlbRequest"}}},"description":"request","required":true}}}}}
```
