---
title: "Submit Extraction Job"
method: POST
path: "/v1/workflow-extraction/jobs"
tags: ["Workflow Extraction"]
---

# Submit Extraction Job

`POST /v1/workflow-extraction/jobs`

## Headers

- `X-API-Key` string, required

## Request body

- SubmitExtractionRequest — Start extraction for a document, referenced either by the s3 key of a chat upload (preferred — the URL is presigned here) or by a caller-supplied presigned https URL.
  - `s3_key` string, nullable — Key returned by POST /workflow-extraction/uploads
  - `input_url` string, nullable — Presigned GET URL of the document
  - `correlation_id` string, required — Caller's correlation id (e.g. upload id), echoed back

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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