For the complete documentation index, see llms.txt. This page is also available as Markdown.

Assumptions

Get Assumptions

GET /assumptions

Returns Assumptions based on a user and the workspace they're in.

Headers

Name
Value

Content-Type

application/json

Body

Name
Required
Type
Description

apiKey

Yes

string

API key

Response

{
  "id": "jKO2DeLYshduebrIPLjJEuah9iO",
  "name": "Base Case",
  "discountRate": "10.5",
  ...
}
{
  "error": "Invalid request"
}

Last updated