---
title: "Register Flows"
method: POST
path: "/flow/register"
tags: ["Flow Operations"]
---

# Register Flows

`POST /flow/register`

Register one or multiple flow.

## Request body

- RegisterFlow
  - `url` union, required
    - string
    - string[]

## Response `201`

Document created, URL follows

- EndpointResponse[]
  - `uid` string, required
  - `method` 'GET' | 'POST' | 'PUT' | 'DELETE', required
  - `url` string, required
  - `source` string, required
  - `summary` string, nullable
  - `description` string, nullable
  - `deprecated` boolean
  - `author` string, nullable
  - `organization` string, nullable
  - `tags` string[], required
  - `base_url` string, required

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

- **2025-08-08** `696ee83009f6` — 1 info
  - api operation id `FlowRegisterRegisterFlow` removed and replaced with `10_register_flow`
- **2025-08-06** `82f6f0eba091` — 1 breaking, 1 warning, 9 info
  - removed the success response with the status `200`
  - removed the optional property `error` from the response with the `400` status
  - api operation id `FlowRegisterRegisterFlow` was added
  - api tag `Flow Operations` added
  - …7 more

[Change history](https://skmtc.dev/masumi-network/apis/kodosumi-api/changes/flow/register/post.md)

---

[API](https://skmtc.dev/masumi-network/apis/kodosumi-api.md) · [All operations](https://skmtc.dev/masumi-network/apis/kodosumi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/masumi-network/kodosumi-api/revisions/2092ce918678/schema)
