Job Parsing & Intelligence
This collection provides endpoints for parsing, analyzing, and enriching job descriptions. Submit raw job text to extract structured fields, identify bias, and generate insights. See the Job object for field details.
Available APIs
POST
Parse Job
Creates a new job by parsing raw job description text. You may optionally include metadata such as `URL:` or `JobID:` in the body. The response includes a structured Job object.
/v1/core/jobs
View APIGET
Retrieve Parsed Job
Retrieves a previously parsed job by ID. Returns a structured Job object.
/v1/core/jobs/{id}
View API