---
title: "Create GUID(s)"
method: POST
path: "/api/v1/guids"
tags: ["Guids"]
---

# Create GUID(s)

`POST /api/v1/guids`

Creating one or more GUIDs with a specified length.

## Request body

- CreateGuidRequest — GUID creation information
  - `count` integer, required — The total number of GUIDs to create
  - `length` integer, required — The charactersequence length of the GUID
  - `organizationId` string, required — The namespace of the organization where the generated GUIDs should be assigned.

## Response `200`

OK

- ListOfId4ns — A list of id4ns
  - `id4ns` string[] — A list of id4ns.

## Other responses

- `201` — Created
- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `409` — Conflict
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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