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

experiment_parametersobject
project_idstring nullable

Response

Successful Response

template_idstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.