---
title: "Create a child space"
method: POST
path: "/spaces/{id}"
tags: ["Spaces"]
---

# Create a child space

`POST /spaces/{id}`

Creates a child space within a parent space

## Path parameters

- `id` string, uuid, required

## Request body

- SpaceCreateRequest — Request body for creating a child space
  - `name` string, required — Name of the space

## Response `201`

Created

- SpaceCreateChildResponse — Response for creating a child space
  - `id` string, uuid, required — Space ID
  - `name` string, required — Space name

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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