Submit A Job
Description: Submit a job to neos via one of three methods.
URL: https://proto.neos-server.org/neos/cgi-bin/submit.cgi
HTTP Method: POST
Query String:
Key | Value |
---|---|
file | FormData File containing XML to submit job. |
string | String containing XML to submit job. |
url | URL of file containing XML to submit job. |
Response:
Key | Value |
---|---|
job_number | Job Number for submitted job. |
password | Password for submitted job. |
Get Results Of A Job
Description: Retrieve results of a job with its job number and password.
URL: https://proto.neos-server.org/neos/cgi-bin/results.cgi
HTTP Method: POST
Query String:
Key | Value |
---|---|
password | Password return after submitting a job. |
job_number | Job Number returned after submitting a job |
Response:
Key | Value |
---|---|
status | NEOS status for the job. |
results | If available, the job’s results. |