Create pipeline

Create pipeline

Create an organizational pipelines

post

/api/organizations/{organizationId}/pipelines

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

Body
namestringrequired
descriptionstringrequired
intervalStrstring

15m for every 15 minutes, 2h for every 2 hours, 1d for every 1 day

datasetstring
projectIdinteger
notificationWebhookstring
archivedboolean
whenToEmailstring · enumrequired
Options: always, on_new_data, never
stepsobject[]required
emailRecipientUidsinteger[]required
Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines' \
  --header 'x-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{"name":"text","description":"text","whenToEmail":"always","steps":[{"name":"text","builtinTransformationBlock":{},"outputDatasetPathRule":"no-subfolders","uploadType":"project","category":"training","pathFilters":[{"dataset":"text","filter":"text"}],"parameters":{}}],"emailRecipientUids":[null]}'
{
  "success": true,
  "error": "text",
  "id": 1
}

Last updated

Was this helpful?