API Reference
Generate YAML representation of a model’s current node tree.
cURL
curl --request GET \ --url https://app.gomangrove.com/api/v1/models/{model_id}/yaml \ --header 'Authorization: <api-key>'
"nexus:\n - name: Net Carbon Removal\n formula: input_1 - input_2\n"
Model friendly ID (e.g., mdl_abc123def456)
200
The response is of type string.
string