# OmniAPI AI FAQ Endpoint

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

Answers AI-related frequently asked questions by accepting a natural language query and returning relevant AI knowledge or guidance.

## Facts

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

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-faq-endpoint-c5ba8d11 -d '<json body>'
```

Example prompt: Can you look up the answer to 'What is the difference between supervised and unsupervised learning?' using the OmniAPI AI FAQ service?

## When to prefer this

Choose this endpoint when you need quick, structured answers to AI-related questions or terminology lookups without needing to call a full LLM inference API. It is most useful for FAQ-style retrievals where the question is well-known and the answer is expected to be pre-indexed, rather than requiring open-ended generation.

## Known failure modes

- Missing required 'query' field returns a validation error
- Unrecognized or out-of-scope queries may return empty or generic responses
- Payment failure via x402 results in HTTP 402 and no response body
- Service downtime on Vercel hosting may cause 5xx errors
- Malformed JSON request body results in a 400 bad request error

## 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 response object containing the answer or relevant information for the submitted AI-related FAQ query, sourced from OmniAPI's AI knowledge base.

## 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-faq-endpoint-c5ba8d11/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)
