Create model graph
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/modelGraph/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"graph": {
"format": "<string>",
"nodes": {}
}
}
'{
"success": true
}Runs
Create model graph
Creates a model graph visualization for a run, including nodes and edges.
POST
/
api
/
runs
/
modelGraph
/
create
Create model graph
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/modelGraph/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"graph": {
"format": "<string>",
"nodes": {}
}
}
'{
"success": true
}Was this page helpful?
⌘I