# The Stall — HuggingFace Intel (x402)

> The Stall — HuggingFace Intel (x402) is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-14).

Provides AI-callable access to HuggingFace intelligence data via a pay-per-call x402 endpoint on Base mainnet, requiring no accounts or API keys.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/huggingface-intel
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-huggingface-intel-x402-e1f5a92f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x1GdDtn7-YxR1TTcOxOQn

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 the-stall-huggingface-intel-x402-e1f5a92f
```

Example prompt: Can you pull the HuggingFace intelligence data for the top trending text-generation models right now? Pay the small USDC fee — I don't want to create an account.

## When to prefer this

Choose this endpoint when you need to programmatically access HuggingFace model or dataset intelligence without creating a HuggingFace account or managing API keys, and you are already operating in an x402/USDC micropayment environment on Base mainnet. Ideal for agents that need one-off or low-frequency lookups of AI model metadata.

## Known failure modes

- Insufficient USDC balance on Base mainnet returns payment required error
- Missing or malformed required query parameters returns 400-level error
- HuggingFace upstream unavailability causes timeout or 5xx error
- Invalid resource identifier returns empty or error response
- Schema underspecification may cause ambiguity in required vs optional fields

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

Returns HuggingFace intelligence data — likely including model metadata, dataset information, repository stats, benchmarks, or trending AI capability details — delivered as structured data in response to the query, paid via USDC on Base mainnet.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-huggingface-intel-x402-e1f5a92f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
