> 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/legal-information.md).

# Legal Information

This API is intended for useradmin to get information about legality

```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/"}],"paths":{"/core/useradmin/legal":{"get":{"description":"This API is intended for useradmin to get information about legality","tags":["Cloudeka Backend","EULA"],"summary":"Legal Information","parameters":[{"schema":{"type":"string"},"description":"Form Name","name":"form_name","in":"query","required":true}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"allOf":[{"$ref":"#/components/schemas/ai_backend__handler.SuccessRespond"},{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ai_backend__eula.EulaResponse"}}}}]}}}}}}}},"components":{"schemas":{"ai_backend__handler.SuccessRespond":{"type":"object","properties":{"code":{"type":"integer"},"data":{},"message":{"type":"string"}}},"ai_backend__eula.EulaResponse":{"type":"object","properties":{"content":{"type":"string"},"content_raw":{"type":"string"},"form_name":{"type":"string"},"id":{"type":"integer"},"last_edit":{"type":"string"}}}}}}
```
