POST
/
flow
/
register
curl --request POST \
  --url http://localhost:3370/flow/register \
  --header 'Content-Type: application/json' \
  --header 'KODOSUMI_API_KEY: <api-key>' \
  --data '{
  "url": [
    "<string>"
  ]
}'
[
  {
    "url": "<string>",
    "endpoints": [
      {
        "summary": "<string>"
      }
    ]
  }
]

Authorizations

KODOSUMI_API_KEY
string
header
required

Body

application/json

Response

200
application/json

Flow sources registered

The response is of type object[].