CodeX
CodeX is an online compiler, you can test the API by visiting our website where it executes your code. Currently CodeX supports 4 languages that include Python, Java, C and C++. More languages on the way, coming soon! Checkout the API documentation to compile and execute programs online from the front-end for FREE! Hosted on Heroku, learn more about the usage and how the API works on CodeX-API…
CodeX endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/ / |
Compile your code using this endpoint and pass the given parameters, and make sure to provide the API with all the required parameters though only one, that is the code. |
| GET |
list /list |
This endpoint allows you to list all languages supported and their compiler and/or runtime versions. |
CodeX pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 25 / minute |
|
| PRO | $5 / month | 50 / minute |
|
| ULTRA Recommended | $10 / month | 100 / minute |
|
| MEGA | $50 / month | — |
|