# Public Canonical, Hreflang & Indexing Directives Inventory Purchase

> Public Canonical, Hreflang & Indexing Directives Inventory Purchase is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.053/call, status unknown (last checked 2026-09-15).

Purchases a job that retrieves the public canonical URLs, hreflang tags, and indexing directives inventory for a given site or page

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_9f42983e0b5242a9/purchase
- Price: $0.053/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/public-canonical-hreflang-indexing-directives-inventory-purchase-91db78c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7LajZWcQHC1rREPSXqIHS

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 public-canonical-hreflang-indexing-directives-inventory-purchase-91db78c0 -d '<json body>'
```

Example prompt: Can you kick off a canonical, hreflang, and indexing directives inventory scan for example.com and give me the job ID so I can check results when it's done?

## When to prefer this

Use this endpoint when you need to programmatically audit a website's canonical URL declarations, hreflang language/region targeting tags, and indexing directives (noindex, nofollow, canonical) via an AI agent marketplace with micropayment billing. Prefer this over scraping tools when you want a managed, asynchronous job with tracked results and no infrastructure overhead.

## Known failure modes

- Payment not authorized — 402 response if USDC payment is not properly included
- Invalid service ID — 404 if svc_9f42983e0b5242a9 is not recognized
- Malformed request body — 400 if required fields are missing
- Payment amount insufficient — rejected if less than $0.053 USDC is provided
- Service temporarily unavailable — 503 during platform downtime

## How this service works

Purchase: Public Canonical, Hreflang & Indexing Directives Inventory

## Output

Returns a job_id for the initiated inventory job, a status string indicating the job was accepted, and a thread_id for tracking or retrieving results later via the job-status endpoint.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job_id": {
   "type": "string"
  },
  "status": {
   "type": "string"
  },
  "thread_id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/public-canonical-hreflang-indexing-directives-inventory-purchase-91db78c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
