---
title: "Link Map Codes"
method: POST
path: "/api/v3/maps/link-codes"
tags: ["Maps"]
---

# Link Map Codes

`POST /api/v3/maps/link-codes`

## Request body

- LinkMapsCreateRequest
  - `official_code` string, required
  - `unofficial_code` string, required

## Response `201`

Document created, URL follows

- JobStatusResponse
  - `id` string, uuid, required
  - `status` 'processing' | 'succeeded' | 'failed' | 'timeout' | 'queued', required
  - `error_code` string, nullable
  - `error_msg` string, nullable

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api/versions/6db12055b305/schema)
