---
title: "POST /v1/processing-jobs"
method: POST
path: "/v1/processing-jobs"
---

# POST /v1/processing-jobs

`POST /v1/processing-jobs`

## Request body

- object
  - `customerId` string, uuid, required
  - `jobType` 'measurement' | 'ai_inference', required
  - `workflowKey` string, required
  - `idempotencyKey` string
  - `input` object
  - `inputAssets` object[], required
    - `mediaAssetId` string, uuid, required
    - `inputRole` 'primary' | 'secondary'
    - `sortOrder` integer

## Response `200`

Default Response

---

[API](https://skmtc.net/transload/apis/pipeline-backend.md) · [All operations](https://skmtc.net/transload/apis/pipeline-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transload/pipeline-backend/revisions/19723ec39f24/schema)
