---
title: "Create Job"
method: POST
path: "/api/qualify/jobs"
---

# Create Job

`POST /api/qualify/jobs`

## Request body

- CreateJobRequest
  - `name` string, nullable
  - `source` string
  - `source_filters` object
  - `filters` CriterionInput[], required
    - `label` string, required
  - `max_businesses` integer
  - `max_results` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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