# OmniAPI AI Changelog Endpoint

> OmniAPI AI Changelog Endpoint is a paid API for AI agents from omni-api-cyan.vercel.app, paid per call via x402, $0.035664/call, status unknown (last checked 2026-09-14).

Retrieves or queries AI-related changelog information via a natural language search query, paid per call in USDC via x402.

## Facts

- Endpoint: POST https://omni-api-cyan.vercel.app/api/ai/changelog
- Price: $0.035664/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniapi-ai-changelog-endpoint-60134102
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-IN2CFB_W0vzRnVFhTAnH

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 omniapi-ai-changelog-endpoint-60134102 -d '<json body>'
```

Example prompt: Search the AI changelog for any recent updates related to 'language model improvements' and show me what changed.

## When to prefer this

Use this endpoint when you need to programmatically search or retrieve AI changelog entries with a natural language query, and you are operating in a pay-per-call x402 crypto payment context. Prefer this over manual changelog browsing when automating release monitoring or integrating changelog data into an agent workflow.

## Known failure modes

- Missing required 'query' field returns a validation error
- Empty or overly broad query may return no relevant results
- Payment failure via x402 results in 402 Payment Required response
- Malformed params object may cause a 400 Bad Request
- Service unavailability on Vercel hosting returns 503

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns a structured API response containing changelog entries, release notes, or version history records matching the provided search query, drawn from AI-related update logs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-ai-changelog-endpoint-60134102/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
