create_a_submission
Submit code for execution and compilation through Judge0 CE API. Get a token to track processing status and retrieve results like stdout, time, and memory usage.
Instructions
Creates new submission. Created submission waits in queue to be processed. On successful creation, you are returned a submission token which can be used to check submission status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64_encoded | No | Example value: | |
| wait | No | Example value: | |
| fields | No | Return only the desired submission attributes. The default value for the fields parameter is stdout,time,memory,stderr,token,compile_output,message,status. Use * to receive all available attributes. |