curl --request POST \ --url https://api.example.com/api/v1/beam
Configs
Create config
Creates a new pipeline configuration.
POST
/
api
/
v1
/
beam
Create config
curl --request POST \ --url https://api.example.com/api/v1/beam
POST /api/v1/beam
Creates a new pipeline configuration. The response includes auto-generated fields (id, owner_org_team_user_id, created_at, updated_at).Request body:CreateBeamConfigRequest
Filter values are managed separately from the pipeline config. After creating a pipeline, use the filter values endpoints to populate set filter transforms.