# Tureka AI Visibility Score

> Tureka AI Visibility Score is a paid API for AI agents from ai.tureka.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Calculates a fast, lightweight AI discoverability score for a domain by checking JSON-LD, crawlability, and AEO/GEO metrics

## Facts

- Endpoint: POST https://ai.tureka.com/api/x402/visibility-score
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tureka-ai-visibility-score-432b7d27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l-gobuZ5bzqJdmWM9I20s

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 tureka-ai-visibility-score-432b7d27 -d '<json body>'
```

Example prompt: Give me a quick AI discoverability score for https://tureka.com — I want to see how well it scores on JSON-LD, crawlability, and AEO/GEO metrics without a full audit.

## When to prefer this

Use this endpoint when you need a fast, cheap ($0.05 USDC) snapshot score of a domain's AI discoverability without requiring a full detailed audit. Ideal for quick checks, bulk domain comparisons, or initial triage before investing in a deeper AEO/GEO audit.

## Known failure modes

- Domain not reachable or invalid URL returns an error
- Internal IP addresses are rejected
- Missing required domain field returns validation error
- Score computation timeout for slow-responding domains

## How this service works

Use this tool to calculate a fast, lightweight AI discoverability score for a domain. Checks JSON-LD, crawlability, and essential AEO/GEO metrics without generating a detailed action plan.

## Output

Returns a lightweight AI discoverability score for the given domain, including checks on JSON-LD structured data, crawlability status, and essential AEO/GEO metrics — without generating a full action plan or detailed recommendations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "enum": [
    "en",
    "tr"
   ],
   "type": "string",
   "description": "Optional response language code. Defaults to 'en' (English). Set to 'tr' for Turkish analysis outputs."
  },
  "domain": {
   "type": "string",
   "description": "The absolute URL or domain to audit (e.g., 'https://tureka.com'). The tool will auto-clean inputs, but fully qualified URLs are preferred. Do not send internal IP addresses."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tureka-ai-visibility-score-432b7d27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.tureka.com](https://www.zero.xyz/host/ai.tureka.com/llms.txt)
