{"id":29886905,"url":"https://github.com/matteo-convertino/hire-api","last_synced_at":"2026-05-16T22:05:30.201Z","repository":{"id":306432183,"uuid":"951228225","full_name":"matteo-convertino/hire-api","owner":"matteo-convertino","description":"HIRE (Human Intelligence Recruitment Engine) is a cutting-edge HR tech platform designed to  streamline and modernize the recruitment process through artificial intelligence. It automates candidate screening and evaluation, providing scalable and objective hiring tools for companies.","archived":false,"fork":false,"pushed_at":"2025-07-25T14:55:00.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T18:56:40.625Z","etag":null,"topics":["ai","artificial-intelligence","chatbot","gemini-api","hire","hr","human-resources","interview","recruitment","recruitment-automation","recruitment-process","recruitment-software","spring","springframework"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteo-convertino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-19T11:01:31.000Z","updated_at":"2025-07-25T14:55:03.000Z","dependencies_parsed_at":"2025-07-25T18:56:45.241Z","dependency_job_id":"17bb5a54-d723-4c0c-9170-ae4ead5e8d16","html_url":"https://github.com/matteo-convertino/hire-api","commit_stats":null,"previous_names":["matteo-convertino/hire-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/matteo-convertino/hire-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-convertino%2Fhire-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-convertino%2Fhire-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-convertino%2Fhire-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-convertino%2Fhire-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteo-convertino","download_url":"https://codeload.github.com/matteo-convertino/hire-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-convertino%2Fhire-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","artificial-intelligence","chatbot","gemini-api","hire","hr","human-resources","interview","recruitment","recruitment-automation","recruitment-process","recruitment-software","spring","springframework"],"created_at":"2025-07-31T17:46:45.078Z","updated_at":"2026-05-16T22:05:30.196Z","avatar_url":"https://github.com/matteo-convertino.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is HIRE?\n\n**HIRE** (**H**uman **I**ntelligence **R**ecruitment **E**ngine) is a cutting-edge HR tech platform designed to **streamline** and **modernize** the **recruitment process** through **artificial intelligence**. It automates candidate\nscreening and evaluation, providing scalable and objective hiring tools for companies.\n\n# Core Features\n\n- **AI interviewing**: text-based chatbot conducts dynamic interviews tailored to predefined skill set. The AI adapts\n  its questions based on the depth and clarity of candidate responses, simulating a realistic and contextual\n  conversation.\n- **Automated screening**: candidates are automatically assessed and filtered based on skill alignment, reducing manual\n  recruiter effort and time-to-hire.\n- **HR dashboard**: a user-friendly interface enables recruiters to manage job postings, monitor candidate progress and\n  access detailed interview analytics.\n- **Job listing interface**: front-end module allows candidates to browse and apply to open roles.\n\n# AI Capabilities\n\n- Customizable question generation based on **HR-defined skill sets**.\n- **Context-aware questioning** and follow-ups to dig deeper into candidate competencies.\n- **Real-time skill evaluation** with both soft and hard skill focus.\n- Engaging candidate experience via **adaptive conversational UI**.\n\n# Links\n\n- Presentation: https://gamma.app/docs/HIRE-Human-Intelligence-Recruitment-Engine-rt665kwi8a0v93k\n- Back-end: https://github.com/matteo-convertino/hire-api\n- Front-end: https://github.com/matteo-convertino/hire-web\n\n# API Endpoints\n\nThe APIs will be available at: http://localhost:8080/api/v1\n\n- Swagger UI: http://localhost:8080/swagger-ui.html\n- OpenAPI spec (JSON): http://localhost:8080/v3/api-docs\n\n## Authentication\n\n| Method | Path                         | Response           | Exceptions                                                |\n|--------|------------------------------|--------------------|-----------------------------------------------------------|\n| POST   | `/api/v1/auth/sign-up`       | `TokenResponseDTO` | `EntityDuplicateException`, `EntityCreationException`     |\n| POST   | `/api/v1/auth/sign-up-guest` | `TokenResponseDTO` | `EntityCreationException`                                 |\n| POST   | `/api/v1/auth/sign-in`       | `TokenResponseDTO` | `InvalidCredentialsException`,  `EntityNotFoundException` |\n| GET    | `/api/v1/auth/user`          | `UserResponseDTO`  |                                                           |\n\n## Web Authentication\n\n| Method | Path                             | Response | Exceptions                                               |\n|--------|----------------------------------|----------|----------------------------------------------------------|\n| POST   | `/api/v1/web/auth/sign-up`       | `Void`   | `EntityDuplicateException`, `EntityCreationException`    |\n| POST   | `/api/v1/web/auth/sign-up-guest` | `Void`   | `EntityCreationException`                                |\n| POST   | `/api/v1/web/auth/sign-in`       | `Void`   | `InvalidCredentialsException`, `EntityNotFoundException` |\n| GET    | `/api/v1/web/auth/sign-out`      | `Void`   |                                                          |\n\n## Job Position\n\n| Method | Path                         | Response                       | Exceptions                                                                    |\n|--------|------------------------------|--------------------------------|-------------------------------------------------------------------------------|\n| GET    | `/api/v1/job-positions`      | `List\u003cJobPositionResponseDTO\u003e` |                                                                               |\n| GET    | `/api/v1/job-positions/{id}` | `JobPositionResponseDTO`       | `EntityNotFoundException`                                                     |\n| GET    | `/api/v1/job-positions/user` | `List\u003cJobPositionResponseDTO\u003e` |                                                                               |\n| POST   | `/api/v1/job-positions`      | `JobPositionResponseDTO`       | `EntityCreationException`                                                     |\n| PUT    | `/api/v1/job-positions/{id}` | `JobPositionResponseDTO`       | `EntityNotFoundException`, `AccessDeniedException`, `EntityUpdateException`   |\n| DELETE | `/api/v1/job-positions/{id}` | `JobPositionResponseDTO`       | `EntityNotFoundException`, `AccessDeniedException`, `EntityDeletionException` |\n\n## Skill\n\n| Method | Path                                          | Response                 | Exceptions                                                                    |\n|--------|-----------------------------------------------|--------------------------|-------------------------------------------------------------------------------|\n| GET    | `/api/v1/skills/{id}`                         | `SkillResponseDTO`       | `EntityNotFoundException`, `AccessDeniedException`                            |\n| GET    | `/api/v1/skills/job-position/{jobPositionId}` | `List\u003cSkillResponseDTO\u003e` | `EntityNotFoundException`, `AccessDeniedException`                            |\n| POST   | `/api/v1/skills`                              | `SkillResponseDTO`       | `EntityNotFoundException`, `AccessDeniedException`, `EntityCreationException` |\n| PUT    | `/api/v1/skills/{id}`                         | `SkillResponseDTO`       | `EntityNotFoundException`, `AccessDeniedException`, `EntityUpdateException`   |\n| DELETE | `/api/v1/skills/{id}`                         | `SkillResponseDTO`       | `EntityNotFoundException`, `AccessDeniedException`, `EntityDeletionException` |\n\n## Interview\n\n| Method | Path                                              | Response                     | Exceptions                                           |\n|--------|---------------------------------------------------|------------------------------|------------------------------------------------------|\n| GET    | `/api/v1/interviews/user`                         | `List\u003cInterviewResponseDTO\u003e` |                                                      |\n| GET    | `/api/v1/interviews/{id}`                         | `InterviewResponseDTO`       | `EntityNotFoundException`, `AccessDeniedException`   |\n| GET    | `/api/v1/interviews/job-position/{jobPositionId}` | `List\u003cInterviewResponseDTO\u003e` | `EntityNotFoundException`, `AccessDeniedException`   |\n| POST   | `/api/v1/interviews`                              | `InterviewResponseDTO`       | `EntityNotFoundException`, `EntityCreationException` |\n\n## Message\n\n| Method | Path                                       | Response                   | Exceptions                |\n|--------|--------------------------------------------|----------------------------|---------------------------|\n| GET    | `/api/v1/messages/interview/{interviewId}` | `List\u003cMessageResponseDTO\u003e` | `EntityNotFoundException` |\n\n## Report\n\n| Method | Path                                      | Response                  | Exceptions                |\n|--------|-------------------------------------------|---------------------------|---------------------------|\n| GET    | `/api/v1/reports/{id}`                    | `ReportResponseDTO`       | `EntityNotFoundException` |\n| GET    | `/api/v1/reports/user`                    | `List\u003cReportResponseDTO\u003e` |                           |\n| GET    | `/api/v1/reports/interview/{interviewId}` | `List\u003cReportResponseDTO\u003e` |                           |\n\n# WebSocket\n\nThe APIs will be available at: [ws://localhost:8080/ws](#)\n\n## Topics (client → server)\n\n| Destination                              | Description                          |\n|------------------------------------------|--------------------------------------|\n| `/app/messages/interview/{interviewId}` | Send message to a specific interview |\n\n## Topics (server → client)\n\n| Destination                            | Description                                           |\n|----------------------------------------|-------------------------------------------------------|\n| `/user/queue/errors`                   | Private queues for error messages                     |\n| `/user/queue/interviews/{interviewId}` | Private queues for messages from a specific interview |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteo-convertino%2Fhire-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteo-convertino%2Fhire-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteo-convertino%2Fhire-api/lists"}