3-step workflow
Code.
Every request starts off with getting the code from your users. We support various popular languages & runtimes and are working on more.
Post.Try it out
Use a simple POST HTTP request to send the code right over to our runners. Whether it's from a browser or app, we've got you covered.
Done.
We handle the computation, security, and scalability of running your code, so you can focus on what matters: building great software.
Input
curl -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer test-key-1" \ -d '{"code": "console.log(\'Hello world!\')", "language": "js"}' \ https://api.evalx.sh/eval
Output
{ "output": "Hello world!" }
Join our waitlist!
Receive updates and news about our product. We know how annoying spam is, which is why we reserve emails only for important stuff and never sell your information.