---
title: "Submit single product for generation (high-volume)"
method: POST
path: "/api/v2/jobs"
tags: ["Single Jobs (v2)"]
---

# Submit single product for generation (high-volume)

`POST /api/v2/jobs`

## Request body

- JobCreateRequest
  - `product_image` string, required — Base64-encoded image
  - `product_filename` string
  - `category` string
  - `model_id` string
  - `model_url` string
  - `images_to_generate` integer
  - `custom_prompt` string
  - `webhook_url` string, uri

## Response `202`

Job created

- JobCreateResponse
  - `job_id` string
  - `status` string
  - `images_to_generate` integer
  - `credits_reserved` integer
  - `credits_remaining` integer
  - `poll_url` string

---

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