post https://api.sbgenomics.com/v2/automation/runs
This call creates a new automation run
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/automation/runs
Example request body
{
"name": "Automation 1",
"package": "8b513828-773d-0172-ba61-582a7a7a051e",
"memory_limit": 1000
"inputs":"{
"x": 1,
"y": 2,
"z": 3
},
"settings":"null",
"secret_settings":""
}