> 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-config-frontend-create.md).

# /core/slb/v1/config/frontend/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.ConfigSlbFrontendRequest":{"type":"object","required":["default_backend","frontend_name","mode","slb_id","user_id"],"properties":{"bind_addr":{"type":"string"},"bind_port":{"type":"integer"},"default_backend":{"type":"string"},"frontend_name":{"type":"string"},"is_https":{"type":"boolean"},"is_redirect_https":{"type":"boolean"},"is_ssl":{"type":"boolean"},"loging_mode":{"type":"string"},"mode":{"type":"string"},"old_frontend_name":{"type":"string"},"organization_id":{"type":"string"},"origin":{"type":"string","default":"SP"},"project_id":{"type":"string"},"rules":{"type":"array","items":{"type":"object","properties":{"acl_id":{"type":"integer"},"backend_name":{"type":"string"},"cond":{"type":"string"},"criterion":{"type":"string"},"name":{"type":"string"},"old_name":{"type":"string"},"rule_id":{"type":"string"},"switcingrule_id":{"type":"integer"},"value":{"type":"string"}}}},"slb_config_frontend_id":{"type":"string"},"slb_id":{"type":"string"},"slb_instance_name":{"type":"string"},"ssl_cer_file":{"$ref":"#/components/schemas/ai_slb__request.SslCerFile"},"ssl_certificate_path":{"type":"string"},"ssl_key_file":{"$ref":"#/components/schemas/ai_slb__request.SslKeyFile"},"ssl_pem_name":{"type":"string"},"ssl_pem_name_new":{"type":"string"},"user_id":{"type":"string"}}},"ai_slb__request.SslCerFile":{"type":"object","properties":{"cer_base64":{"type":"string"},"cer_extension":{"type":"string"},"cer_name":{"type":"string"}}},"ai_slb__request.SslKeyFile":{"type":"object","properties":{"key_base64":{"type":"string"},"key_extension":{"type":"string"},"key_name":{"type":"string"}}}}},"paths":{"/core/slb/v1/config/frontend/create":{"post":{"tags":["Deka SLB","SLB Config Frontend"],"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"}}}},"403":{"description":"Forbidden","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.ConfigSlbFrontendRequest"}}},"description":"request","required":true}}}}}
```
