Submit a new simulation job for processing.
Creates a new job with the specified algorithm and settings, then queues it for execution on the appropriate runner infrastructure.
Workflow:
Supported Algorithms:
boltz: Protein structure predictionrfdiffusion: Protein design and generationalphafold: Advanced structure predictionRequest Body:
{
"jobName": "my-protein-job",
"type": "boltz",
"settings": {
"sequences": ["MKLLVL..."],
"steps": 200
},
"version": "2.1.1"
}
Successful Response