# 2s — the (most) everything API

> 2s — the (most) everything API is a paid API for AI agents from 2s.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://2s.io/api/queue/enqueue
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-queue-enqueue-4df92b9e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sGQDFI_4a0jYCu2SHJ_si

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 api-queue-enqueue-4df92b9e -d '<json body>'
```

## How this service works

The (most) everything API: 575+ pay-per-call endpoints for AI agents — ground-truth data, a full AI gateway, and agent infrastructure (storage, queues, watchers). USDC via x402, no signup, no API keys, and upto billing: pay actual usage, not the quote.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "body": {
   "description": "The message payload — any JSON, up to 256 KB."
  },
  "queue": {
   "type": "string",
   "description": "Queue name, 1-64 chars of [A-Za-z0-9._:-]. e.g. \"jobs\"."
  },
  "maxAttempts": {
   "type": "integer",
   "maximum": 100,
   "minimum": 1,
   "description": "Deliveries before the message moves to the dead-letter status. Default 10."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-queue-enqueue-4df92b9e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 2s.io](https://www.zero.xyz/host/2s.io/llms.txt)
