POST /v1/api/organizations/{organizationId}/campaigns HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 313
{
"id": 1,
"dataCampaignDashboardId": 1,
"created": "2025-05-06T20:15:52.566Z",
"name": "text",
"description": "text",
"coordinatorUids": [
1
],
"logo": "text",
"queries": [
{
"name": "text",
"dataset": "text",
"query": "text"
}
],
"links": [
{
"icon": "text",
"name": "text",
"link": "text"
}
],
"datasets": [
"text"
],
"pipelineIds": [
1
],
"projectIds": [
1
]
}