Skip to main content
POST
Upload flow JSON

Authorizations

X-API-Key
string
header
required

Project API key for authentication. This is the recommended authentication method.

Get your API key from the Kapso dashboard under Integrations > API keys.

Path Parameters

flow_id
string
required

Flow ID

Body

multipart/form-data
file
file
required

Flow JSON file (max 10 MB)

name
string
required

Asset name (must be "flow.json")

Example:

"flow.json"

asset_type
string
required

Asset type (must be "FLOW_JSON")

Example:

"FLOW_JSON"

Response

Flow assets uploaded successfully

success
boolean
validation_errors
object[]