# Satring L402/x402 API Directory Bulk Export

> Satring L402/x402 API Directory Bulk Export is a paid API for AI agents from satring.com, paid per call via x402, $2.5/call, status unknown (last checked 2026-09-14).

Returns a bulk export of all curated L402 and x402 API services listed in the Satring directory

## Facts

- Endpoint: GET https://satring.com/api/v1/services/bulk
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/satring-l402-x402-api-directory-bulk-export-1cea5b0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JDs7p7zWY9RHRMHeVKPLS

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 satring-l402-x402-api-directory-bulk-export-1cea5b0e
```

Example prompt: Give me the full bulk export of every L402 and x402 API listed in Satring's curated directory so I can see all available monetized services at once.

## When to prefer this

Use this endpoint when you need a complete snapshot of all L402 and x402 APIs in one call rather than searching or filtering individually. Ideal for building integrations that need the full catalog, syncing a local index, or discovering all available pay-per-call APIs without iterating through paginated search results.

## Known failure modes

- Payment not received — 402 response if USDC payment of $2.50 is not included
- Invalid or expired payment token — authentication failure
- Rate limiting — too many requests from the same client
- Service unavailable — 503 if the directory backend is down
- Empty result set — directory may return empty array if no services are indexed

## How this service works

satring.com bulk export

## Output

A JSON object containing a complete list of all curated L402 and x402 API services in the Satring directory, including service names, endpoints, descriptions, pricing, tags, and metadata for each entry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/satring-l402-x402-api-directory-bulk-export-1cea5b0e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from satring.com](https://www.zero.xyz/host/satring.com/llms.txt)
