Leverage vector embeddings to find jobs based on intent and context, not just keywords.
Natural Language Query
query parameter to search with a natural language description of the specific job.Similar Job Search
job_id parameter with search_type=job to find jobs similar to a specific job.Resume Matching
artifact_id parameter with search_type=resume to find jobs that match a resume.page, limit, and offset fields all control how results are paginated i.e., how many results you get and which ones are returned. You can use either page and limit together or use offset withlimit.page, you’re asking for a specific page of results (like page 2 or page 3), and limit defines how many results appear on each page.offset, you’re skipping a certain number of results before starting to return data. For example, offset= 20 with limit= 10 means “skip the first 20 results, then return the next 10.”400 Bad Request
artifact_id is provided but not found in the system.401 Unauthorized
403 Forbidden