protocols
Parse Protocol To Template
Parse a raw protocol string and create (or find) a canonical experiment template.
This is the first step of a two-step protocol submission flow. Call this to resolve a template_id, then pass that ID to POST /simulations/with-template/batch to run simulations.
Parameters
body : ParseToTemplateRequest Protocol text, name, optional drive cycle files, and experiment parameters.
Returns
ParseToTemplateResponse The UUID of the resolved (created or existing) experiment template.
post/protocols/parse-to-template
Request body
Response
Successful Response