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 '{
"prompt": "<string>",
"include_images": true,
"model": "<string>",
"tag_enum": [
"<string>"
]
}'{
"message": "Bad Request"
}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 '{
"prompt": "<string>",
"include_images": true,
"model": "<string>",
"tag_enum": [
"<string>"
]
}'{
"message": "Bad Request"
}The dataset id to use for the request
JSON request payload to create a new ETL Job
ETL Job created successfully
Was this page helpful?