# stable-enrich-git-fix-stableenrich-exa-api-schema-merit-systems.vercel.app

> stable-enrich-git-fix-stableenrich-exa-api-schema-merit-systems.vercel.app is a paid API for AI agents from stable-enrich-git-fix-stableenrich-exa-api-schema-merit-systems.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14, last successful call 2026-08-13).

## Facts

- Endpoint: POST https://stable-enrich-git-fix-stableenrich-exa-api-schema-merit-systems.vercel.app/api/exa/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-08-13
- Success rate: 100% of calls made through Zero
- Rating: 3.7 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-exa-search-4cb6f3de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KBP2BDOAs4hxRD80q_XHW

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 api-exa-search-4cb6f3de -d '<json body>'
```

## How this service works

Exa Search - Neural search across the web

## Example request

```json
{
 "type": "auto",
 "query": "artificial intelligence",
 "stream": false,
 "moderation": false,
 "numResults": 5
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "query"
     ],
     "properties": {
      "type": {
       "enum": [
        "instant",
        "fast",
        "auto",
        "deep-lite",
        "deep",
        "deep-reasoning"
       ],
       "type": "string",
       "default": "auto"
      },
      "query": {
       "type": "string",
       "minLength": 1,
       "description": "The query string for the search"
      },
      "stream": {
       "type": "boolean",
       "default": false
      },
      "category": {
       "enum": [
        "company",
        "people",
        "research paper",
        "news",
        "pdf",
        "personal site",
        "financial report"
       ],
       "type": "string"
      },
      "contents": {
       "type": "object",
       "properties": {
        "text": {
         "anyOf": [
          {
           "type": "boolean"
          },
          {
           "type": "object",
           "properties": {
            "verbosity": {
             "enum": [
              "compact",
              "standard",
              "full"
             ],
             "type": "string"
            },
            "maxCharacters": {
             "type": "number"
            },
            "excludeSections": {
             "type": "array",
             "items": {
              "enum": [
               "header",
               "navigation",
               "banner",
               "body",
               "sidebar",
               "footer",
               "metadata"
              ],
              "type": "string"
             }
            },
            "includeHtmlTags": {
             "type": "boolean"
            },
            "includeSections": {
             "type": "array",
             "items": {
              "enum": [
               "header",
               "navigation",
               "banner",
               "body",
               "sidebar",
               "footer",
               "metadata"
              ],
              "type": "string"
             }
            }
           },
           "additionalProperties": false
          }
         ]
        },
        "extras": {
         "type": "objec
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-exa-search-4cb6f3de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-enrich-git-fix-stableenrich-exa-api-schema-merit-systems.vercel.app](https://www.zero.xyz/host/stable-enrich-git-fix-stableenrich-exa-api-schema-merit-systems.vercel.app/llms.txt)
