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 does not have an example.
This endpoint is used to create a new ETL job for a dataset.
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 does not have an example.
The dataset id to use for the request
JSON request payload to create a new ETL Job
The body is of type object
.
ETL Job created successfully
Was this page helpful?