Skip to main content
Validate Protocol Endpoint
curl --request POST \
  --url https://api.ionworks.com/protocols/validate \
  --header 'Content-Type: application/json' \
  --data '{
  "protocol": {}
}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Request body for validating a protocol.

protocol
required

Protocol as a YAML-format dictionary with 'steps' and optional 'global', 'safety_limits', or a YAML string.

Response

Successful Response

The response is of type Response Validate Protocol Endpoint Protocols Validate Post · object.