← Back to Applications
Developer's Wages API
REST API for wage prediction based on job parameters.
A REST API that exposes the wage prediction model from the Developer’s Wages application. Built with R plumber, the API accepts job parameters as JSON and returns salary predictions programmatically.
This allows the model to be integrated into other tools or queried directly without a graphical interface.
Endpoints
POST /predict— returns a salary prediction given role, country, and experienceGET /health— API health check
Tech
Built with R and the plumber package, deployed as a RESTful service. The underlying model is the same as in the Developer’s Wages Shiny app.