---
title: "Create new job"
method: POST
path: "/jobs/{projectId}"
tags: ["Jobs"]
---

# Create new job

`POST /jobs/{projectId}`

Triggers a new ingestion process for the API integration of the project.

    Scope: jobs:write

## Path parameters

- `projectId` string, required — Unique identifier of the project.

## Response `200`

Job created successfully

- object
  - `jobId` string, required — Unique identifier of the job.

## Other responses

- `401` — Invalid or missing API key
- `404` — API integration not found
- `429` — Rate limit exceeded
- `500` — Internal Server Error

---

[API](https://skmtc.dev/whitewall-dev/apis/waizer-public-api.md) · [All operations](https://skmtc.dev/whitewall-dev/apis/waizer-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whitewall-dev/waizer-public-api/revisions/1b646f6b7fa8/schema)
