Submit data job
Data jobs
Submit data job
Create a new data job.
POST
Submit data job
Create a new data job. The
job_type field determines the workflow:
principle_files— generates a QA pair dataset for instruction fine-tuningcontext_grounded_files— generates context-grounded training data from uploaded documentscontext_grounded_vector_db— generates context-grounded training data using an existing vector database
POST /v1/flow/data-jobs/{id}/add-files to attach uploaded file IDs after creation.
For the complete workflow, see Create instruction fine-tuning data or Create context-grounded fine-tuning data.Authorizations
Seekr API Key without 'Bearer' Prefix
Body
application/json
Required string length:
1 - 255Valid job types for data jobs.
Available options:
principle_files, context_grounded_files, context_grounded_vector_db Minimum string length:
1Minimum string length:
1Response
Successful Response
Lightweight response for list view performance.
Status values for data jobs.
Available options:
file_processing, needs_review, ready_to_start, pending, queued, running, cancelled, failed, completed Last modified on June 18, 2026