Skip to main content
GET
/
models
/
{model_id}
/
yaml
Get model YAML
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"

Authorizations

Authorization
string
header
required

Path Parameters

model_id
string
required

Model friendly ID (e.g., mdl_abc123def456)

Response

200

The response is of type string.