API Reference

ChainGPT Score API

AI scoring endpoint used to produce public verdicts and encrypted numeric risk scores.
EndpointPOST https://api.chaingpt.org/chat/stream
Modelgeneral_assistant
AuthBearer token
Cost0.5 credits per request
request.http
POST https://api.chaingpt.org/chat/stream
Authorization: Bearer <CHAINGPT_API_KEY>
Content-Type: application/json

{
  "model": "general_assistant",
  "messages": [{ "role": "user", "content": "Score this startup deal..." }]
}
response.json
{
  "score": 72,
  "verdict": "Promising, diligence required",
  "risks": ["Customer concentration", "Thin runway"],
  "recommendation": "Proceed with smaller initial check and milestone close."
}

If the API fails, SeaEquity falls back to score 50, verdict Due Diligence Required, and recommendation Manual review needed so deal creation can still complete during demos.