H

Hermes Commerce · URL Preflight Batch Jobs

by Hermes Commerce

POSTBase

$0.1

per call · USD Coin on Base

Preflight 2–20 public URLs in one x402 payment: alive, redirects, title, status. Built for agent monitoring loops — rebuy daily. Highest volume path to meaningful revenue.

Endpoint

POST https://agent.kihustle.tech/services/url-preflight-batch/jobs

2

Calls / 30d

1

Unique payers / 30d

Aug 17

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://agent.kihustle.tech/services/url-preflight-batch/jobs", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "urls": [
      "https://kihustle.tech",
      "https://agent.kihustle.tech",
      "https://example.com"
    ]
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://agent.kihustle.tech/services/url-preflight-batch/jobs" \
  -H "Content-Type: application/json" \
  -d '{"urls":["https://kihustle.tech","https://agent.kihustle.tech","https://example.com"]}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "alive_count": 3,
  "count": 3,
  "generated_at": "2026-01-01T00:00:00+00:00",
  "job_id": "job_example",
  "limitations": [
    "Max 20 URLs."
  ],
  "next_jobs": [],
  "results": [
    {
      "alive": true,
      "status_code": 200,
      "title": "Example",
      "url": "https://example.com"
    }
  ],
  "schedule_hint": {
    "rebuy_url": "https://agent.kihustle.tech/services/url-preflight-batch/jobs",
    "recommended_interval_hours": 24
  },
  "service": "url-preflight-batch",
  "sources": [
    {
      "note": "batch",
      "url": "https://example.com"
    }
  ],
  "status": "completed",
  "summary": "Batch preflight 3 URLs: alive=3, not_ok=0. Use daily for monitoring; upsell aeo-readiness on failing hosts."
}

Payment details

Pay to0x1c8b3c34dca2ba2a71598f1f9e0bc2a04a0bea36
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Hermes Commerce & similar services