curl --request POST \
--url https://api.example.com/api/career/jobs/confirm \
--header 'Content-Type: application/json' \
--data '
{
"company": "<string>",
"id": "<string>",
"role_title": "<string>",
"source_url": "<string>",
"description_excerpt": "<string>",
"employment_type": "<string>",
"location": "<string>",
"normalized_skills": [
"<string>"
],
"posted_at": "<string>",
"project_domain": "<string>",
"raw_skills": [
"<string>"
],
"seniority": "<string>"
}
'{
"job_id": "<string>",
"message": "<string>",
"success": true
}Save a confirmed job entry to the JSONL corpus.
curl --request POST \
--url https://api.example.com/api/career/jobs/confirm \
--header 'Content-Type: application/json' \
--data '
{
"company": "<string>",
"id": "<string>",
"role_title": "<string>",
"source_url": "<string>",
"description_excerpt": "<string>",
"employment_type": "<string>",
"location": "<string>",
"normalized_skills": [
"<string>"
],
"posted_at": "<string>",
"project_domain": "<string>",
"raw_skills": [
"<string>"
],
"seniority": "<string>"
}
'{
"job_id": "<string>",
"message": "<string>",
"success": true
}User-confirmed (possibly edited) job data to save to corpus.
1111 - 2083