---
title: "Create a network"
method: POST
path: "/prefixes"
tags: ["Prefixes"]
---

# Create a network

`POST /prefixes`

Provision a customer network: an IPv4 block of the chosen size plus a paired IPv6 /64

## Request body

- CreatePrefix
  - `data` object, required
    - `type` 'prefixes', required
    - `attributes` object
      - `project_id` string, required — The project to create the network in
      - `site` string, required — The site slug the network is bound to
      - `size` 26 | 27 | 28, required — IPv4 prefix length. Determines how many servers the network can host.

## Response `201`

Created

## Other responses

- `403` — Forbidden
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.net/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/versions/7302d79e39bb/schema)
