---
title: "POST /v1/integrations/apps/{app_id}/submit-job"
method: POST
path: "/v1/integrations/apps/{app_id}/submit-job"
tags: ["integrations"]
---

# POST /v1/integrations/apps/{app_id}/submit-job

`POST /v1/integrations/apps/{app_id}/submit-job`

## Headers

- `X-Fields` string, mask

## Request body

- SubmitJobModel
  - `source_bucket` string, required — The source bucket the data copied from
  - `folder` string — The folder to start the batch processing
  - `source_folder` string — The source folder the data copied from
  - `file` string — The file to start single job process
  - `source_key` string — The source key the data copied from

## Response `201`

Jobs Submitted

- JobSubmitted
  - `message` string
  - `uuid` string
  - `truncated_inputs` boolean
  - `batch_id` string

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/d2c17db7266d/schema)
