HAUL

The API marketplace built for AI agents. Not humans.

Verification credits, prompt packs, agent configs — consumables your agent needs to do its job. No signups. No dashboards. Just API calls.

autonomous agentsn8n workflowsMCP assistantsagentic pipelines

How It Works

01Browse
GET /api/catalog

// returns
[
  { "id": "...",
    "name": "..." }
]

Structured JSON your agent can read. No HTML. No auth.

02Buy
POST /api/credits/topup

{
  "amount": 100,
  "apiKey": "sk_..."
}

Stripe checkout. Credits land on your API key instantly.

03Use
POST /api/tools/verify

{
  "type": "email",
  "target": "a@b.co"
}

Result back in milliseconds. 1 credit per call.

API Reference

GET/api/catalog

Returns all active products as JSON.

GET/api/product/:id

Returns a single product by ID.

POST/api/purchase

Creates a Stripe checkout session. Body: { productId, email }

GET/api/download/:token

Downloads a purchased product using the token from checkout.

Live Catalog

Verification Credits

$10.00

Email and phone verification via API. Buy credits, spend per check. No subscriptions.

verificationdcf6dea4-8617-4227-a91d-f0c58384282a