# Aviato Market Map Generator

> Aviato Market Map Generator is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Initiates generation of a competitive market map to discover similar companies, given a company name, website, or Aviato ID.

## Facts

- Endpoint: POST https://x402.orthogonal.com/aviato/marketmap/generate
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aviato-market-map-generator-9f9a886a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uhL_0uYOv1FAu8eQgf3OL

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 aviato-market-map-generator-9f9a886a -d '<json body>'
```

Example prompt: Can you generate a market map for a company called Acme Analytics at acmeanalytics.com so I can see which similar companies and competitors exist in their space?

## When to prefer this

Choose this endpoint when you need to discover companies that are similar to or competitive with a given business, especially when working within the Aviato ecosystem or when you already have an Aviato company ID. It is particularly well-suited for investor due diligence, startup competitive analysis, and market landscape mapping tasks where structured company data from Aviato is preferred over a generic web search.

## Known failure modes

- Missing both company ID and name+website combination results in a validation error
- Invalid or unrecognized Aviato company ID returns a not-found error
- Ambiguous company name with no website may produce inaccurate or no matches
- Payment failure (insufficient USDC balance) blocks the request
- Long-running generation may time out before completion, requiring retry

## How this service works

Start generating a market map to find similar companies. Supply name+website or an Aviato company ID.

## Output

The endpoint initiates the market map generation process for the specified company, returning a job or result object containing similar companies, competitive peers, and market landscape data sourced from Aviato's company database. The response may be asynchronous, requiring polling or a follow-up to retrieve the completed map.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "Aviato company ID"
  },
  "name": {
   "type": "string",
   "description": "Company name"
  },
  "website": {
   "type": "string",
   "description": "Company website"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aviato-market-map-generator-9f9a886a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
