Skip to main content
POST
/
v1
/
flow
/
data-jobs
/
gen_system_prompt
Generate system prompt
curl --request POST \
  --url https://flow.seekr.com/v1/flow/data-jobs/gen_system_prompt \
  --header 'Content-Type: application/json' \
  --data '
{
  "instructions": "<string>",
  "document_summary": "<string>"
}
'
{}
Generate a system prompt from user-provided instructions. This endpoint is not tied to a specific data job and can be called before or after job creation. The generated prompt can then be set on a principle_files job via PATCH /v1/flow/data-jobs/{id}. For usage in context, see Create instruction fine-tuning data.

Body

application/json
instructions
string
required
document_summary
string | null

Response

Successful Response

The response is of type Response Generate System Prompt V1 Flow Data Jobs Gen System Prompt Post · object.

Last modified on June 18, 2026