Code Compiler
## Progman Code Compiler API Restful API is supported (POST only). What needs to be supplied are these values (as HTTP data name=val&name2=val2, content type header must not indicate JSON): - LanguageChoice=Language number (see below) - Program=Code to run - Input=Input to be supplied to stdin of a process #### Returned is a JSON string with the following properties: - Result=Output of a program…
Code Compiler endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Compile /v2 |
Compile your code quickly and get response. |
Code Compiler pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $1 / month | 10 / second |
|
| ULTRA | $5 / month | 100 / second |
|
| MEGA | $25 / month | — |
|