---
title: "Create new prompt job"
method: POST
path: "/prompt_jobs"
tags: ["Prompt Job"]
---

# Create new prompt job

`POST /prompt_jobs`

Called by the Independent Software Vendor. Creates a new prompt job.

## Headers

- `Authorization` string, api_id:api_token, required
- `Accept` string, required
- `Content-Type` string, required

## Response `201`

Success

- object
  - `id` integer — The identifier of the job.
  - `v` string — The API version that was used to handle the request.

## Other responses

- `4XX` — Possible errors - 1, 3, 4, 31, 32, 33, 54, 68, 85, 103, 106, 107, 112, 164, 166, 167, 168, 189, 196, 234, 235, 241, 246, 257, 273, 274, 279, 280

---

[API](https://skmtc.net/bankofamerica/apis/transaction-broker-api.md) · [All operations](https://skmtc.net/bankofamerica/apis/transaction-broker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bankofamerica/transaction-broker-api/revisions/6097bc689e41/schema)
