Submit Job
Job Management
Submit Job
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:
- Validates job name uniqueness and algorithm availability
- Generates algorithm-specific configuration files
- Uploads configuration to secure storage
- Submits job to the appropriate algorithm runner
- Returns job status and tracking information
Supported Algorithms:
boltz: Protein structure predictionrfdiffusion: Protein design and generationalphafold: Advanced structure prediction
Request Body:
{
"jobName": "my-protein-job",
"type": "boltz",
"settings": {
"sequences": ["MKLLVL..."],
"steps": 200
},
"version": "2.1.1"
}
POST
Submit Job
Response
200 - application/json
Successful Response