unofax
首個支援 x402 的傳真服務

透過 x402 使用 USDC 發送傳真——專為 AI 智慧代理打造的 API。

$0.20USDC / 頁免費封面頁

線上發送傳真,使用 USDC 付款。專為 AI 智慧代理打造,人類使用者同樣適用。無需帳戶、無需 API 金鑰、無需 OAuth。只需一個錢包和一次 HTTP 請求。您的智慧代理用 USDC 付款,文件便會透過真實電話線路撥出。 x402 協定.

為什麼用 x402 發傳真?

無隱藏費用每頁 $0.20,全包價格。Gas 費?我們承擔。收據上不會有意外收費項目。
即時結算付款與發送一氣呵成。USDC 轉帳在鏈上確認的那一刻,您的傳真便已進入佇列。沒有發票,也沒有付款處理延遲。
無需帳戶無需註冊表單,無需 API 金鑰。有錢包?您已經可以使用系統了。
不受制於單一供應商x402 是一個開放協定。沒有專屬 SDK,也不依賴特定平台。只要能發出 HTTP 請求,就能發送傳真。

誰在用 x402 發送傳真?

AI 智慧代理為此而生。無需 OAuth,無需儲存憑證。您的智慧代理用錢包付款,一次 HTTP 往返即可發送傳真,甚至不會抱怨撥號音。
人類也一樣有人叫你發一份傳真,你一度想辭職不幹了。別急。連接錢包,用 USDC 付款,趕在咖啡變涼之前搞定它。

x402 與傳統傳真 API 比較

Feature comparison between unofax x402 and traditional fax APIs
unofax x402傳統 API
註冊無需註冊,只需錢包。帳戶 + 身分驗證
API 金鑰無需必需
最低消費$0,只有發傳真時才付費。通常每月 $10 - $50 以上
每月 10 頁總計 $2.00通常為 $10.50 - $51.50
付款方式即時鏈上結算信用卡 + 發票
智慧代理友善支援,錢包驗證通常需要憑證
首次發傳真所需時間不到 2 分鐘通常需要數小時到數天

* 費用比較基於截至 2026 年主要傳真 API 提供商公開的典型定價。實際費用可能有所不同。unofax 提供批量折扣,聯絡 support@unofax.com 瞭解詳情。

準備好接入了嗎?

查看 API

x402 傳真平台詳情

45 多個國家美國、加拿大、英國、日本、德國、澳洲等 40 多個國家和地區。 查看完整列表
您的文件,您做主傳輸和靜態儲存均加密。我們不會讀取、記錄您的檔案,也不會將其保留超過必要時長。預設保護隱私。
基於 Base 網路的 USDC付款在 Base 網路上結算,費用低廉,確認迅速。我們承擔 Gas 費,因此您每頁只需支付 $0.20。
支援 8 種檔案格式PDF、Word、PNG、JPG、GIF、WebP、HEIC 和 TIFF。無論手邊是什麼檔案,都能發送。

API reference

All endpoints are relative to https://unofax.com

1
Create a fax jobFire off a POST with the destination number and file name. You'll get back a jobId, a pre-signed uploadUrl, and links to check status or trigger the send.
POST/api/x402
{
  "faxNumber": "+14155551212",
  "fileName": "contract.pdf"
}
200Response
{
  "jobId": "fax_8a3b...",
  "status": "awaiting_upload",
  "uploadUrl": "https://unofax.com/uploads/...?Policy=...&Signature=...&Key-Pair-Id=...",
  "statusUrl": "/api/x402/fax_8a3b...",
  "sendUrl": "/api/x402/fax_8a3b.../send"
}

Request body

faxNumberrequired
string
E.164 destination number, e.g. "+14155551212".
fileNamerequired
string
File name with extension. Used to infer MIME type.
mimeTypeoptional
string
Explicit MIME type, e.g. "application/pdf". Inferred from fileName when omitted.
scheduledTimeoptional
string
RFC 3339 timestamp. If omitted, the fax sends immediately after payment.
2
Upload your documentPUT the raw file bytes to the pre-signed uploadUrl from step 1.
PUT{uploadUrl}
Content-Type: application/pdf
<raw file bytes>
Then poll GET /api/x402/{jobId} every 2-3 seconds until status becomes ready_to_send. Typical processing takes 5-15 seconds.
GET/api/x402/{jobId}
200Response
{
  "jobId": "fax_8a3b...",
  "faxNumber": "+14155551212",
  "status": "ready_to_send",
  "pageCount": 3,
  "payment": {
    "scheme": "exact",
    "network": "eip155:8453",
    "asset": "0x833589...",
    "amountAtomic": "600000",
    "amountDisplay": "0.6 USDC",
    "payTo": "0x1a2b...",
    "expiresAt": "2026-04-17T00:00:00Z"
  },
  "previewUrl": "/preview/fax_8a3b.../contract.pdf",
  "sendUrl": "/api/x402/fax_8a3b.../send"
}

Possible statuses

awaiting_upload
Waiting for file upload.
processing
File received, converting to fax format.
ready_to_send
Ready for payment. Proceed to step 3.
3
Pay and sendPOST to the send endpoint without a payment header. The server returns 402 with a PAYMENT-REQUIRED header containing the base64-encoded x402 payment requirement (amount, currency, network, and receiving address). If the document is still processing, you'll get 409 Conflict instead.
POST/api/x402/{jobId}/send
402Response
{
  "error": "payment required"
}

PAYMENT-REQUIRED header (base64-decoded):
{
  "accepts": [{
    "scheme": "exact",
    "network": "eip155:8453",
    "asset": "0x833589...",
    "amount": "200000",
    "payTo": "0x1a2b..."
  }]
}
Sign the payment with your wallet per the x402 spec, then resend the same request with a PAYMENT-SIGNATURE header. The server verifies the on-chain payment and queues the fax.
POST/api/x402/{jobId}/send
PAYMENT-SIGNATURE: <base64-encoded x402 payment payload>
202Response
{
  "status": "sending",
  "jobId": "fax_8a3b...",
  "pageCount": 3
}
4
Check delivery statusPoll GET /api/x402/{jobId} every 5 seconds until status resolves to sent or failed. Most faxes complete in 1 to 2 minutes per page.
GET/api/x402/{jobId}
200Response
{
  "status": "sent",
  "jobId": "fax_8a3b...",
  "pageCount": 3
}

Delivery statuses

sending
Fax is dialing or transmitting.
sent
Fax delivered successfully.
failed
Transmission failed. Contact support@unofax.com with your jobId.

Error responses

400
Bad Request
Invalid input. Missing faxNumber, invalid E.164 format, unsupported file type, or cover sheet validation error. Response body includes a message field with details.
402
Payment Required
Expected on the send endpoint. Contains x402 payment details. Not an error.
404
Not Found
Invalid or expired jobId.
409
Conflict
Document is still processing. Wait and retry the send request.
413
Payload Too Large
File exceeds the maximum upload size (100 MB).

常見問題

什麼是 x402?

這是一種透過 HTTP 使用穩定幣為網路服務付款的開放協定。伺服器返回 402 Payment Required,您的錢包完成簽名,請求便可通過。無需帳戶,無需 API 金鑰,無需繁瑣手續。可以把它想成往傳真機裡投幣,只不過這些幣是在鏈上的。

開始使用需要什麼?

一個裝有些許 USDC 的加密錢包,以及一份值得發送的文件。無需註冊,無需 API 金鑰,無需等待審核。只需兩條 curl 指令,就能聽到那熟悉的撥號音。

費用是多少?

在 Base 網路上每頁 0.20 USDC。封面頁免費,不計入總頁數。Gas 費也由我們承擔。大量發送使用者可享有批量折扣。

可以發送到哪些地方?

支援 45 多個國家和地區,包括美國、加拿大、英國、日本、德國、澳洲,以及歐洲和亞太地區的大部分國家。

我的文件安全嗎?

文件在傳輸和靜態儲存時均加密。我們不會記錄文件內容,檔案在不再需要時會被自動刪除。我們沒有理由查看您的傳真內容。

送達需要多長時間?

大多數傳真每頁耗時 1 到 2 分鐘即可完成。實際速度取決於收件方的傳真機和電話網路狀況,有些傳真機就是慢工出細活。

如果傳真發送失敗怎麼辦?

如果出現問題,請攜帶您的 jobId 聯絡 support@unofax.com,我們會為您處理。

AI 智慧代理可以使用嗎?

當然可以。該 API 是無狀態的,並透過錢包進行身分驗證,因此任何擁有 HTTP 客戶端和錢包的智慧代理都能自主發送傳真。無需 OAuth,無需儲存憑證。您的機器人可以在您睡覺時替您發傳真。