Copy a job
Creates a copy of an existing job, including its screening agent configuration. Any provided fields override the source job’s values; screening questions are regenerated from the new description by default.
Authentication
AuthorizationBearer
Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.
Path parameters
jobId
Request
This endpoint expects an object.
title
description
location_city
location_state
location_address
location_type
employment_type
salary_range_min
salary_range_max
salary_period
regenerate_questions
Response
The new job.
job
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

