---
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

---

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