# Nexus AI Deliver

> Nexus AI Deliver is a paid API for AI agents from www.ai-nexus402.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Sends a user message to Nexus AI for operational orchestration and execution, returning a chat-style AI response.

## Facts

- Endpoint: POST https://www.ai-nexus402.app/api/nexus/deliver
- 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/nexus-ai-deliver-49d23dfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_otcWEQBZEu8a7CdA75U-N

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 nexus-ai-deliver-49d23dfd -d '<json body>'
```

Example prompt: Use Nexus AI to handle this for me: 'Summarize the key risks in this project plan and suggest mitigation steps for each one.'

## When to prefer this

Choose this endpoint when you need to invoke Nexus AI's operational orchestration and execution capabilities via a chat-style message interface and are operating in an x402 micropayment-enabled environment. Prefer it when you want a single-turn AI response from an orchestration-focused system rather than a general-purpose LLM API.

## Known failure modes

- Missing or empty message field returns a 400 Bad Request
- Payment not included or insufficient USDC triggers a 402 Payment Required
- Nexus AI execution failure returns a 500 Internal Server Error
- Malformed JSON body results in a parse error response
- Rate limiting may return a 429 Too Many Requests if quota exceeded

## How this service works

Nexus AI — operational orchestration and execution.

## Output

Returns a JSON object with a mode field (e.g. 'chat') and a reply field containing the Nexus AI-generated response to the submitted message.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "message": {
   "type": "string",
   "description": "User message for Nexus AI execution"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mode": "chat",
  "reply": "Nexus AI response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexus-ai-deliver-49d23dfd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.ai-nexus402.app](https://www.zero.xyz/host/www.ai-nexus402.app/llms.txt)
