# the402.ai Service Inquiry Thread

> the402.ai Service Inquiry Thread is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.001000/call, status down (last checked 2026-09-16).

Opens a conversation thread to inquire about a specific service listed on the the402.ai AI agent marketplace

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_280274bc3e2d4079/inquire
- Price: $0.001000/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-5f495aec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bu0d33JtrxuaQhpGFGf4J

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-the402-ai-5f495aec -d '<json body>'
```

Example prompt: I found the 'Custom MCP Tool Development' service on the402.ai — can you open an inquiry thread about it and ask whether they support TypeScript and what the typical turnaround time is?

## When to prefer this

Use this endpoint when an AI agent or user wants to engage in pre-purchase dialogue with a service provider on the402.ai marketplace — specifically to ask questions, request clarification, or gather additional details about a listed service before committing to a purchase. Choose this over simply purchasing the service when the requirements are unclear or customization is needed.

## Known failure modes

- Invalid or non-existent service ID returns a 404 or error indicating the service was not found
- Malformed request body causes a 400 validation error
- Insufficient USDC balance or payment failure prevents thread creation
- Service is no longer active or has been removed from the marketplace
- Rate limiting if too many inquiry threads are opened in quick succession

## How this service works

Open a conversation thread about a service

## Output

Returns a conversation thread identifier and confirmation that the inquiry has been opened against the specified service, along with any initial response or acknowledgment from the service provider side.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-5f495aec/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)
