POST
/
api
/
etl
/
create_job
curl --request POST \
  --url https://api.trieve.ai/api/etl/create_job \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TR-Dataset: <tr-dataset>' \
  --data '{
  "include_images": true,
  "model": "<string>",
  "prompt": "<string>",
  "tag_enum": [
    "<string>"
  ]
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string
required

The dataset id to use for the request

Body

application/json
JSON request payload to create a new ETL Job
prompt
string
required
include_images
boolean | null
model
string | null
tag_enum
string[] | null