---
title: "サービスを初期化する"
method: POST
path: "/initialize"
tags: ["system"]
---

# サービスを初期化する

`POST /initialize`

## Request body

- object
  - `payment_server` string, required — 決済サーバーアドレス

## Response `200`

サービスの初期化が完了した

- object
  - `language` string, required — 実装言語 - go - perl - php - python - ruby - rust - node

## Changes

- **2026-07-17** `9ded46d2bf61` — 1 breaking
  - the `payment_server` request property's minLength was increased from `0` to `1`
- **2024-12-04** `5f71dd0e9c7f` — 1 info
  - the `payment_server` request property's minLength was decreased from `1` to `0`

[Change history](https://skmtc.dev/isucon/apis/isuride-api-specification/changes/initialize/post.md)

---

[API](https://skmtc.dev/isucon/apis/isuride-api-specification.md) · [All operations](https://skmtc.dev/isucon/apis/isuride-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isucon/isuride-api-specification/revisions/9ded46d2bf61/schema)
