# GoCreative Grant Intent 360 Bundle

> GoCreative Grant Intent 360 Bundle is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Returns a comprehensive 360-degree grant intent profile for a given entity, bundling federal awards, compliance screening, and regulated-data lookups in a single pay-per-call response.

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/bundle/grant-intent-360/%7Barg%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-grant-intent-360-bundle-2d0975b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bswaa5TCznS_YXj1ch_Z7

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-grant-intent-360-bundle-2d0975b0
```

Example prompt: Can you run a grant intent 360 check on Acme Federal Solutions — I need their federal awards history, OFAC and sanctions screening status, and any KYB flags, all in one shot?

## When to prefer this

Choose this endpoint when you need a single bundled compliance and grant-intent profile — combining OFAC/sanctions screening, KYB, federal awards, and related regulated data — without managing API keys or subscriptions. Ideal for AI agents doing rapid due diligence on vendors, grantees, or counterparties where multiple compliance signals are needed in one call. Prefer over separate point solutions when cost per enriched entity and speed matter more than granular control over individual data sources.

## Known failure modes

- Missing or invalid 'input' query parameter returns a 400 Bad Request
- Unknown or unresolvable entity arg returns empty or null result set
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Downstream regulated data source (OFAC, SAM.gov, SEC) unavailable returns 503 or partial result
- Malformed path parameter {arg} returns 404 Not Found

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

A bundled JSON response containing the entity's grant intent profile: federal award history, OFAC wallet and sanctions/PEP screening results, KYB compliance signals, and associated regulated data (SEC filings, FDA recalls, FRED economics as applicable) — all returned in a single call for $0.20 USDC.

## 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-grant-intent-360-bundle-2d0975b0/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)
