PostalForm

postalform.com

postalform.com

Category
Social
Network
Avg / request
$3.40
Endpoints
1

Service overview

What is PostalForm?

Print and mail real letters via AI agents

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://postalform.com/api/machine/orders" \
  --method POST \
  --data '{
  "buyer_email": "{buyer_email}",
  "buyer_name": "{buyer_name}",
  "pdf": "{pdf}",
  "recipient_address_manual": "{recipient_address_manual}",
  "recipient_address_type": "{recipient_address_type}",
  "recipient_name": "{recipient_name}",
  "request_id": "{request_id}",
  "sender_address_manual": "{sender_address_manual}",
  "sender_address_type": "{sender_address_type}",
  "sender_name": "{sender_name}"
}'
What you get back
{
  "endpoint": "POST /api/machine/orders",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services