# Onvexia NLP Batch Analyze

> Onvexia NLP Batch Analyze is a paid API for AI agents from onvexia.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-19).

Batch-processes multiple blockchain-related text documents through NLP analysis, returning structured insights fused with Onvexia's on-chain analytics dataset.

## Facts

- Endpoint: POST https://onvexia.com/v1/nlp/analyze/batch
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-nlp-batch-analyze-4e8098cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8z-Rk7DgQOeeob8Qj34lI

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 onvexia-nlp-batch-analyze-4e8098cd -d '<json body>'
```

Example prompt: Run batch NLP analysis on these five crypto asset research documents and extract key entities, sentiment, and topics — use Onvexia's blockchain analytics coverage so results are grounded in on-chain context.

## When to prefer this

Choose this endpoint when you need to process multiple blockchain-related documents simultaneously through NLP analysis and want results enriched with on-chain context — particularly when you need entity extraction, sentiment, or topic classification across crypto whitepapers, governance proposals, or research reports at scale. Prefer it over generic NLP APIs when blockchain-specific entity recognition and on-chain data fusion are important to your use case.

## Known failure modes

- Empty data array returned if input documents are malformed or unrecognized
- Payment not processed (x402 protocol failure) resulting in 402 response before analysis begins
- Malformed input schema (missing required properties field) causing 400 bad request
- Rate limiting or quota exceeded for batch size, returning partial results
- Documents in unsupported languages or formats may produce empty or low-confidence outputs

## How this service works

Thousands of assets across ten chains, half a million analysed documents, labelled addresses and supply-age history reaching back to 2008 — fused into one reading per asset. REST, SQL, GraphQL and MCP.

## Output

Returns a JSON object with a 'data' array containing per-document NLP analysis results (entities, sentiment, topics, classifications) and a 'meta' field referencing the OpenAPI documentation and endpoint path. Results are enriched with Onvexia's proprietary blockchain analytics context covering thousands of assets across ten chains.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [],
  "meta": {
   "docs": "https://onvexia.com/openapi.json",
   "endpoint": "/v1/nlp/analyze/batch"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-nlp-batch-analyze-4e8098cd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onvexia.com](https://www.zero.xyz/host/onvexia.com/llms.txt)
