Skip to main content
NUVC API Platformv3 Live

API Reference

Full reference for the NUVC API Platform. Base URL: https://api.nuvc.ai

Get API Key — Free

No credit card required. Start with 2 free score credits. Top up $99 for 50 more, anytime.

Get API Key — Free

Authentication

All requests require an Authorization: Bearer nuvc_... or X-API-Key: nuvc_... header. Keys are scoped — request only the permissions your integration needs.

Header Examples

Authorization: Bearer nuvc_sk_live_abc123xyz
X-API-Key:      nuvc_sk_live_abc123xyz

AI Analysis

API Keys

Webhooks

Payloads are signed with HMAC-SHA256 via X-NUVC-Signature. Includes automatic retries with exponential backoff (1m, 5m, 30m, 2h, 8h). Auto-disables after 10 consecutive failures.

Investor Profiles

Profile creation and updates require Supabase JWT auth (investor portal only) and are not accessible via API keys.

Deal Flow

Billing

MCP Integration

NUVC is available as an MCP (Model Context Protocol) server, letting AI agents — Claude, Cursor, Copilot — call NUVC tools natively without custom glue code.

nuvc_score
nuvc_set_mandate
nuvc_get_mandate
nuvc_match_investors
nuvc_screen_fund
nuvc_analyze
nuvc_roast
nuvc_extract
nuvc_venture_math
nuvc_fund_economics
nuvc_models
nuvc_set_mandate
nuvc_screen_fund
.mcp.json
{
  "mcpServers": {
    "nuvc": {
      "command": "npx",
      "args": ["-y", "nuvc-mcp"],
      "env": {
        "NUVC_API_KEY": "nuvc_..."
      }
    }
  }
}

Error Codes

CodeHTTPDescription
UNAUTHORIZED401Missing or invalid API key
FORBIDDEN403Valid key but insufficient scope
INSUFFICIENT_CREDITS402Score-credit balance is zero — top up at /api-platform/billing
RATE_LIMITED429Too many requests per minute

Ready to integrate?

Get your API key and start scoring decks in under 60 seconds.