# PatentPulse Prior Art & Novelty Search

> PatentPulse Prior Art & Novelty Search is a paid API for AI agents from patentpulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Searches USPTO patents, EPO/WIPO/JPO global filings, and 200M+ academic papers to surface prior art and assess patentability and novelty for an invention or claim.

## Facts

- Endpoint: GET https://patentpulse.theaslangroupllc.com/api/patent/prior-art
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/patentpulse-prior-art-novelty-search-bc670df4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yc74wMcpBv5mqkR4T89dU

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 patentpulse-prior-art-novelty-search-bc670df4
```

Example prompt: Run a prior art and novelty search on my invention — a self-healing polymer coating that repairs micro-cracks using embedded microcapsules of reactive resin — and tell me what USPTO patents, EPO or WIPO filings, and academic papers already cover this, and whether the concept looks patentable.

## When to prefer this

Use this endpoint when an inventor, patent agent, or IP attorney needs to determine novelty before filing a patent application, or when a legal team needs a comprehensive prior art search spanning USPTO, EPO, WIPO, JPO, and academic literature in a single call. Prefer this over a general patent keyword search when patentability assessment and prior art ranking are the primary goal.

## Known failure modes

- Vague or overly broad invention description returns too many low-relevance results
- Highly niche technical claims may yield sparse prior art due to limited corpus coverage
- Non-English invention descriptions may reduce accuracy of global filing matches
- API returns empty results if the query terms are too narrow or domain-specific jargon is unrecognized
- Rate limiting or payment failure for the $0.12 USDC per call x402 transaction

## How this service works

Prior art search / novelty search / patentability check for an invention or claim. Searches USPTO patents (abstract + title), EPO/WIPO/JPO global filings, and 200M+ academic papers (OpenAlex) to surface prior art and assess patentability and novelty before filing. For inventor and patent agents. Worldwide.

## Output

Returns a ranked list of prior art references including matching patent titles, abstracts, patent numbers, filing jurisdictions (USPTO, EPO, WIPO, JPO), publication dates, and relevant academic paper citations from OpenAlex, along with a novelty and patentability assessment for the submitted invention or claim.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "invention"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "invention": {
   "type": "string",
   "description": "Invention description — be specific about the novel aspects"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/patentpulse-prior-art-novelty-search-bc670df4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from patentpulse.theaslangroupllc.com](https://www.zero.xyz/host/patentpulse.theaslangroupllc.com/llms.txt)
