java -jar jalview_all.jar -nosplash -nowebservicediscovery -startapi -serverport 2021
(-nosplash and -nowebservicediscovery just to save time/output)
*POST* http://localhost:2021/jalview/api/inputalignment
with body of HTTP request being content of file (automatic parsing by Jalview)
*GET* http://localhost:2021/jalview/api/inputalignment?data=<data>
with being content of file (limited size)
*GET* http://localhost:2021/jalview/api/inputalignment?file=<fileURI>
with
*GET* http://localhost:2021/jalview/api/inputalignment?url=<URL>
with
http://localhost:2021/jalview/api/fetchsequences/<resource name>/<sequence ids>
id=<your specified id for this request>
id=<the given id for this request>
status=<STARTED|IN_PROGRESS|FINISHED|ERROR|NOT_RUN>