API Reference
ChainGPT Score API
AI scoring endpoint used to produce public verdicts and encrypted numeric risk scores.| Endpoint | POST https://api.chaingpt.org/chat/stream |
| Model | general_assistant |
| Auth | Bearer token |
| Cost | 0.5 credits per request |
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..." }]
}{
"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.