Analysis
Get Analysis Context
Analysis
Get Analysis Context
GET
/
analysis
/
context
/
{id}
{
"data": {
"id": "<string>",
"type": "investment_analysis",
"isCompleted": true,
"status": "PENDING",
"cuuroModelVersion": "<string>",
"scoreDetails": {
"value_proposition": 123,
"innovation": 123,
"market_size": 123,
"defensibility": 123,
"scalability": 123,
"traction": 123,
"overall_score": 123
},
"createdAt": "<string>",
"updatedAt": "<string>",
"result": {
"score": {
"value_proposition": 123,
"innovation": 123,
"market_size": 123,
"defensibility": 123,
"scalability": 123,
"traction": 123,
"overall_score": 123
},
"thesis": "<string>",
"risk": "<string>",
"customer": "<string>",
"problem": "<string>",
"value": "<string>",
"size": "<string>",
"innovation": "<string>",
"defensibility": "<string>",
"scalability": "<string>",
"traction": "<string>"
},
"overallScore": 123,
"investorStartupId": "<string>",
"investorId": "<string>"
},
"message": "<string>"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
The id of the analysis
The type of the analysis
Available options:
investment_analysis
The status of the analysis
The status of the analysis
Available options:
PENDING
, COMPLETED
The curro model version
The date the analysis was created
The date the analysis was last updated
{
"data": {
"id": "<string>",
"type": "investment_analysis",
"isCompleted": true,
"status": "PENDING",
"cuuroModelVersion": "<string>",
"scoreDetails": {
"value_proposition": 123,
"innovation": 123,
"market_size": 123,
"defensibility": 123,
"scalability": 123,
"traction": 123,
"overall_score": 123
},
"createdAt": "<string>",
"updatedAt": "<string>",
"result": {
"score": {
"value_proposition": 123,
"innovation": 123,
"market_size": 123,
"defensibility": 123,
"scalability": 123,
"traction": 123,
"overall_score": 123
},
"thesis": "<string>",
"risk": "<string>",
"customer": "<string>",
"problem": "<string>",
"value": "<string>",
"size": "<string>",
"innovation": "<string>",
"defensibility": "<string>",
"scalability": "<string>",
"traction": "<string>"
},
"overallScore": 123,
"investorStartupId": "<string>",
"investorId": "<string>"
},
"message": "<string>"
}