Skip to main content
Find Input References Endpoint
curl --request POST \
  --url https://api.ionworks.com/protocols/input_references \
  --header 'Content-Type: application/json' \
  --data '{
  "protocol": {}
}'
[
  "<string>"
]

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 finding input references in a protocol.

protocol
required

Protocol as a dictionary (JSON), list, or string. Can be a protocol dict, list of steps, YAML string, or Protocol object serialized.

Response

Successful Response