π Overview
HireBase v2.0.0 is a complete platform overhaul introducing a unified API, semantic vector search, modern UI, and robust developer features.π§ API & Developer Experience
- New Unified API under
/v2/prefix - OpenAPI 3.1.0 spec with interactive docs
- New Endpoints:
/v2/jobs/vsearchfor semantic vector search (POST)/v2/jobs/searchfor traditional filtering/v2/jobs/estimatefor previewing cost/v2/jobs/exportfor CSV/JSON export- Improved Error Handling: consistent, structured responses
- API Key Management via Hirebase User Settings
- For existing API users, you will need to create a Hirebase account to get access to the new API. Please reach out to spencer@hirebase.org to start migrating your account!
Job Exports
- Job Exports have been made into a service which you can now track via your settings.
- Export data will last 30 days before deletion, see User Settings to view your exports
- Job Exports is now available via API
π Job Search Enhancements
- Resume-to-job matching is now available for all users!
- Search-with-job feature is now live! Use a job you like to search for others that are similar, youβll be impressed!
- Semantic job search using natural language prompts is now available for API users!
π Resume & Profile Management
- Resume upload, parsing, and management
- Job alert subscriptions and saved jobs
- Profile-level application tracking
π³ Subscription & Payments
- Job Export as a service
- Feature-based access tiers for supported products; Free, Ultra, Unlimited, reach out to here more about our new products!
- API usage tracking with overage billing support
- You can now purchase API access for your API keys directly through our Products Page
π¨ Frontend & UI Updates
- Built with React 18
- New: Company Search, Products Page, Our Data, Direct API Access, Account Management, Service Management, API Usage, and more!
- Improved readability of our services
π Docs & Guides
- Multi-language code examples
- Guides for search, subscriptions, and integration
β οΈ Breaking Changes
- All new endpoints use
/v2/, all/v0/are now depracated and will eventually be discontinued. - Standardized response + error format
Known Issues
- UI bugs/issues in certian pages which may affect visuals but do not affect usability
- Job search page will make multiple of the same request, we are aware of this issue and are working to fix it in the upcoming release!
- Missing documentation for new Services
- Mobile Device / Component resizing issues, may affect usability
π§ͺ Coming Soon
- GET endpoints for search with the similar query syntax as
/v0/ - Full API Documentation for new services: Resumes, Request Estimation
- SDKs for Python, Node.js, Go, Java