Index jobs

Accepts a JSON array of job objects, each with job_id and job_description fields, and adds them to a custom index. Each account can have a single custom index only. This endpoint is used in conjunction with /v1/find_matching_jobs endpoint.

  1. First you need to upsert jobs with /v1/upsert_jobs
  2. Then you can use /v1/find_matching_jobs to find jobs relevant to a profile.

Check out official Python client

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!