---
title: "Create ETL Job"
method: POST
path: "/api/etl/create_job"
tags: ["Dataset"]
---

# Create ETL Job

`POST /api/etl/create_job`

This endpoint is used to create a new ETL job for a dataset.

## Headers

- `TR-Dataset` string, uuid, required

## Request body

- CreateSchemaReqPayload
  - `include_images` boolean, nullable
  - `model` string, nullable
  - `prompt` string, required
  - `tag_enum` string[], nullable

## Response `204`

ETL Job created successfully

## Other responses

- `400` — Service error relating to creating the dataset

---

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