# httpay.xyz API Gateway: Turso Platform API

> httpay.xyz API Gateway: Turso Platform API is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Proxies GET requests to the Turso Platform API through a pay-per-call x402 payment gateway at $0.001 USDC per request

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/turso/%7B*path%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-api-gateway-turso-platform-api-9b942cf6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3rtrLQHP5TU-uiX6Z9ONX

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 httpay-xyz-api-gateway-turso-platform-api-9b942cf6 -d '<json body>'
```

Example prompt: Can you list all the databases in my Turso organization using the Turso Platform API — just fetch the databases endpoint for my org named 'acme-corp'?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call access to the Turso Platform API without managing a long-term API subscription or embedding Turso credentials directly. Ideal for agents that infrequently query Turso platform metadata (databases, organizations, configs) and prefer micropayment billing over API key management.

## Known failure modes

- Payment not provided or invalid x402 token returns 402 Payment Required
- Invalid or non-existent Turso API path returns 404 Not Found
- Turso Platform API upstream unavailable returns 502 or 503
- Malformed path parameter causes routing error
- Turso API rate limiting on the upstream side may return 429
- Missing required Turso authentication credentials in forwarded request

## How this service works

API Gateway: Turso Platform API

## Output

Returns the raw JSON response from the Turso Platform API for the requested path, such as database listings, organization details, database configurations, or other platform resource data available via GET endpoints.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-turso-platform-api-9b942cf6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
