Test
Endpoints for submitting and validating test cases
Handles test requests.
Body
sourcestringOptionalExample:
Source code to be tested
public class Main { public static void main(String[] args) { System.out.println("Hello World"); }}compilerstringOptionalExample:
Compiler to be used
javacmetastringOptionalExample:
Additional metadata
Test metadataResponses
200
Successful response
application/json
400
Bad request
500
Internal server error
post
/api/v1/testLast updated
Was this helpful?