---
title: "POST /v1/projects/{projectOrProductUID}/jobs"
method: POST
path: "/v1/projects/{projectOrProductUID}/jobs"
tags: ["jobs"]
---

# POST /v1/projects/{projectOrProductUID}/jobs

`POST /v1/projects/{projectOrProductUID}/jobs`

Create a new batch job with an optional name

## Path parameters

- `projectOrProductUID` string, required

## Query parameters

- `name` string, required

## Request body

- object — Job definition (structure varies by job type)

## Response `201`

Job created successfully

- object
  - `job_uid` string, required — The unique identifier for the created job

## Other responses

- `400` — Missing required name parameter or invalid job definition
- `default` — The response body in case of an API error.

## Changes

- **2026-03-30** `3420b8de661b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/projects/:projectOrProductUID/jobs/post.md)

---

[API](https://skmtc.dev/notefile/apis/notehub-api.md) · [All operations](https://skmtc.dev/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notefile/notehub-api/revisions/af552d2ee8de/schema)
