---
title: "init base info"
method: POST
path: "/installation/base-info"
tags: ["installation"]
---

# init base info

`POST /installation/base-info`

init base info

## Request body

- InstallInitBaseInfoReq
  - `contact_email` string, required
  - `email` string, required
  - `external_content_display` 'always_display' | 'ask_before_display', required
  - `lang` string, required
  - `login_required` boolean
  - `name` string, required
  - `password` string, required
  - `site_name` string, required
  - `site_url` string, required

## Response `200`

OK

- HandlerRespBody
  - `code` integer — http code
  - `data` unknown
  - `msg` string — response message
  - `reason` string — reason key

---

[API](https://skmtc.net/apache/apis/apache-answer.md) · [All operations](https://skmtc.net/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/apache-answer/revisions/e9c2980e6571/schema)
