# GoCreative SEC Form D Funding Radar API

> GoCreative SEC Form D Funding Radar API is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns newly-raised companies from SEC Form D filings by industry, including company name, raise amount, executives, and filing date for sales/lead-gen targeting.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/signal/funding-radar/:var1
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-sec-form-d-funding-radar-api-fdb027f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ykeqN3daQqHPLDts5oQpR

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gocreative-sec-form-d-funding-radar-api-fdb027f1
```

Example prompt: Pull the latest SEC Form D funding signals for fintech companies — I want to see which ones recently raised money, how much they raised, who the key executives are, and when the filing was made so I can build a target list for outreach.

## When to prefer this

Choose this endpoint when you need keyless, pay-per-call access to SEC Form D funding signals without an API key subscription — ideal for AI agents doing autonomous B2B sales prospecting, lead enrichment, or funding intelligence on freshly capitalized companies by industry vertical.

## Known failure modes

- Invalid or unrecognized industry/query parameter returns empty results
- SEC data may lag real-time filings by days depending on SEC update cadence
- Overly broad queries may return a very large or unfiltered result set
- Payment failure via x402 (insufficient USDC balance) blocks the call
- Rate limiting or upstream SEC data outages may cause 5xx errors

## How this service works

SEC Form D funding signal — returns newly-raised companies by industry: company name, raise amount, executives, filing date. Sales-intent/lead-gen agents identify fresh-capital targets. Keywords: SEC Form D API, funding radar, Series A, Series B, cap table data. Keyless, pay-per-call USDC on Base/Solana, no API key — the real SEC funding data nobody else sells keyless.

## Output

A structured list of recently-filed SEC Form D companies in the requested industry, each including company name, amount raised, executive/officer names, and the SEC filing date — ready for sales targeting or lead enrichment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-sec-form-d-funding-radar-api-fdb027f1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
