Parameters3
| Parameter | Type | Default | Example |
|---|---|---|---|
mode | string | null | llm |
pdf_base64 | string | null | <base64-encoded rate confirmation PDF> |
text | string | null | <raw rate confirmation text (alternative to pdf_base64)> |
Service overview
SuVerse Freight — Certificate of Insurance parser (freight.parse_insurance_cert)
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.
npx awal x402 pay "https://api.suverse.io/v1/freight/parse_ratecon" \
--method POST \
--data '{
"mode": "{mode}",
"pdf_base64": "{pdf_base64}",
"text": "{text}"
}'{
"endpoint": "POST /v1/freight/parse_ratecon",
"paid": true,
"query": "example input",
"result": {
"value": "Structured response from the service."
}
}API surface
12 crawlable routes
| Parameter | Type | Default | Example |
|---|---|---|---|
mode | string | null | llm |
pdf_base64 | string | null | <base64-encoded rate confirmation PDF> |
text | string | null | <raw rate confirmation text (alternative to pdf_base64)> |
| Parameter | Type | Default | Example |
|---|---|---|---|
params | object | null | null |
service | string | null | sec.company_info |
| Parameter | Type | Default | Example |
|---|---|---|---|
options | object | null | null |
pings | array | null | [] |
| Parameter | Type | Default | Example |
|---|---|---|---|
params | object | null | null |
| Parameter | Type | Default | Example |
|---|---|---|---|
params | object | null | null |
| Parameter | Type | Default | Example |
|---|---|---|---|
image_base64 | string | null | <base64-encoded receipt image (alternative)> |
mode | string | null | auto |
pdf_base64 | string | null | <base64-encoded receipt PDF (alternative)> |
text | string | null | <raw fuel receipt text> |
| Parameter | Type | Default | Example |
|---|---|---|---|
image_base64 | string | null | <base64-encoded W-9 image (alternative)> |
mode | string | null | auto |
pdf_base64 | string | null | <base64-encoded W-9 PDF (alternative)> |
text | string | null | <raw W-9 text> |
| Parameter | Type | Default | Example |
|---|---|---|---|
image_base64 | string | null | <base64-encoded COI image (alternative)> |
mode | string | null | auto |
pdf_base64 | string | null | <base64-encoded COI PDF (alternative)> |
text | string | null | <raw ACORD 25 certificate text> |
| Parameter | Type | Default | Example |
|---|---|---|---|
axles | number | null | 5 |
height_ft | number | null | 13.5 |
polyline | string | null | <encoded polyline6 string OR array of [lat, lon] points> |
toll_maneuvers | array | null | [] |
| Parameter | Type | Default | Example |
|---|---|---|---|
mode | string | null | llm |
pdf_base64 | string | null | <base64-encoded BOL/POD PDF> |
text | string | null | <raw BOL/POD text (alternative to pdf_base64)> |
| Parameter | Type | Default | Example |
|---|---|---|---|
files | array | null | [] |
pdf_base64 | string | null | <base64-encoded permit PDF (alternative to files[])> |
text | string | null | <raw permit text (alternative)> |
| Parameter | Type | Default | Example |
|---|---|---|---|
destination | object | null | null |
include_truck_stops | boolean | null | true |
include_weigh_stations | boolean | null | true |
origin | object | null | null |
truck | object | null | null |
via_points | array | null | [] |
FAQ
Service
OATP · tx_explainer — Fetch a Solana transaction by signature and return a human-readable explanation: programs invoked, token balance changes, fee (SOL + USD), and a one-line summary.
Service
Decode and explain any EVM blockchain transaction across 11 chains (Base, Ethereum, Arbitrum, Optimism, Avalanche, Polygon, Mantle, Monad, Plasma, BSC, Hyperliquid). Get a human-readable summary of swaps, transfers, approvals, DeFi interactions, and more.
Service
NFT metadata, traits, and image URI for any ERC721 or ERC1155 token - fetched via eth_call with IPFS resolution (OneSource live Ethereum RPC)