Skip to main content
POST
Create an experiment or analysis node.
Create a workflow node and optional parent edges.

Authorizations

Authorization
string
header
required

A Droyd API key in the Authorization Bearer slot.

Body

application/json
workflow_id
string<uuid>
required
title
string
required
node_type
enum<string>
required
Available options:
experiment,
plan,
idea,
analysis
status
enum<string>
Available options:
created,
in_progress,
complete,
failed
parent_node_ids
string<uuid>[]
edge_type
enum<string>
Available options:
derived_from,
refutes,
extends,
synthesizes,
inspired_by
client_key
string
hypothesis
string
full_analysis
string
result_data
object
config
object

Response

Successful response.

ok
any
required