curl -L \
--request POST \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines/{pipelineId}' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"name": "text",
"description": "text",
"intervalStr": "text",
"steps": [
{
"name": "text",
"filter": "text",
"pathFilters": [
{
"dataset": "text",
"filter": "text"
}
],
"uploadType": "project",
"projectId": 1,
"newProjectName": "text",
"projectApiKey": "text",
"projectHmacKey": "text",
"transformationBlockId": 1,
"builtinTransformationBlock": {},
"category": "training",
"outputDatasetName": "text",
"outputDatasetBucketId": 1,
"outputDatasetBucketPath": "text",
"outputPathInDataset": "text",
"outputDatasetPathRule": "no-subfolders",
"label": "text",
"transformationParallel": 1,
"extraCliArguments": "text",
"parameters": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"dataset": "text",
"projectId": 1,
"emailRecipientUids": [
1
],
"notificationWebhook": "text",
"whenToEmail": "always",
"archived": true
}'