x402radar
ServicesEndpointsLeaderboardsStatsBlogAPISubmit
List
Back to directory

api.relaystation.ai

Base

Make a scanned PDF searchable (invisible OCR text layer)

api.relaystation.airelaystationcputoolspdfx402text
Website
85
Trust
100%
Uptime
—
Latency
$4*
Volume (30d)

Overview

Protocolx402
Providerapi.relaystation.ai
Payment assetUSDC
Networkbase
Categoryother
Sourceagentic-market

Health

StatusOperational
Uptime (window)100%
Success rate—
Confidence100%
Quotes (14d)0
Last checked—
Latency (quote)—
not enough data yet
Price / call—
not enough data yet
Uptime (daily)—
not enough data yet

Metrics by window

WindowTrustUptimeSuccessp50p95PriceData
Last hour85100%———$0.01Low
Last 24h85100%———$0.01Low
Last 7 days85100%———$0.01Medium

Endpoints (134)

Schema API (all endpoints) ↗

Trust score is global for the provider. Latency, price and uptime are measured per endpoint (last 24h). Click a column to sort.

Endpoint
POST/v1/pdf/extract-text
Pull text + structure out of a PDF
100%—$1
POST/v1/pdf/images
Extract embedded images → PNGs
100%—$1
POST/v1/pdf/ocr
Extract text from a scanned PDF (Tesseract)
100%—$1
POST/v1/pdf/ocr-searchable
Make a scanned PDF searchable (invisible OCR text layer)
100%—$1
POST/v1/pdf/pages
Delete, reorder, or insert pages
100%—$1
POST/v1/utils/hash
Hash bytes (sha256/sha512/sha1/md5)
100%—$1
POST/v1/idverify/verifications
$0.10/verification — government-ID document verification, liveness detection, and face-to-ID matching, all in one call.
100%—$0.1
POST/v1/esigndoc/envelopes
$0.05/envelope. Send a PDF for legally binding e-signature — hosted signing links, live status, signed-PDF retrieval.
100%—$0.05
POST/v1/contracts
$0.02/contract. Create a binding-by-goodwill agreement (terms + parties), sign it, and check whether all parties have signed.
100%—$0.02
POST/v1/archive/zip
$0.0002/MB. Zip 1+ files into one archive — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/barcode
$0.0002/call. Generate a 1D barcode (Code128/EAN/UPC/…) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/baton
$0/call. Create, append, read, and prove batons — Drop, Pass, Scratchpad, Checkpoint, Ledger presets. Metered by bytes, time, egress, and writes; price frozen at purchase.
100%—$0.01
POST/v1/codes/color-convert
$0.0002/call. Convert a color between hex / rgb / hsl — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/codes/qr-decode
$0.0002/call. Read a QR code from an uploaded image — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/csv/convert
$0.0002/MB. Convert between csv / tsv / json / ndjson — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/csv/dedupe
$0.0002/MB. Drop duplicate rows (order-preserving) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/csv/select
$0.0002/MB. Keep, drop, or reorder columns — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/cast
$0.0002/MB. Coerce column types (string/integer/number/boolean/date) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/derive
$0.0002/MB. Add computed columns (structured, no formula eval) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/diff
$0.0002/MB. Row-level changeset between two tables — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/dropna
$0.0002/MB. Drop rows with empty cells — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/explode
$0.0002/MB. Unnest an array/list cell into multiple rows — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/fillna
$0.0002/MB. Fill empty cells (value / ffill / bfill / mean / median / mode) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/filter
$0.0002/MB. Keep rows matching a structured predicate (no formula eval) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/from-xlsx
$0.0002/MB. Parse an Excel file → table (csv/json) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/groupby
$0.0002/MB. Group rows and aggregate (count/sum/avg/min/max) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/join
$0.0002/MB. Join two tables (inner/left/right/outer) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/pivot
$0.0002/MB. Reshape long↔wide (pivot / unpivot) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/profile
$0.0002/MB. Column stats: type, nulls, cardinality, min/max/mean — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/rename
$0.0002/MB. Rename columns — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/sample
$0.0002/MB. Sample rows (n or fraction; random/head/systematic; reproducible seed) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/schema-infer
$0.0002/MB. Infer a JSON Schema or SQL DDL from the data — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/slice
$0.0002/MB. Row slicing / sampling (offset/limit/head/tail/sample) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/sort
$0.0002/MB. Sort rows by one or more columns — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/sql
$0.0005/MB. Query your file with full SQL (sandboxed DuckDB, read-only; parquet in & out) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/sql-large
$0/call. Run SQL over a large stored CSV via Athena; pay for the bytes actually scanned.
100%—$0.01
POST/v1/data/to-xlsx
$0.0002/MB. Write a table → Excel (.xlsx), formula-injection-safe (multi-sheet + styling) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/union
$0.0002/MB. Concatenate tables (ordered key-union schema) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/data/validate
$0.0002/MB. Check rows against a structured schema — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/doc/convert
$0.0003/MB. Convert a markup/structured document between formats via pandoc — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/chart
$0.0002/call. Render a bar / line / pie chart PNG (SVG → sharp) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/favicon
$0.0002/call. Favicon set (PNGs) from an image or initials text — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/identicon
$0.0002/call. Deterministic GitHub-style identicon PNG from a seed — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/invoice
$0.0002/call. Render an invoice PDF from structured data (pdf-lib) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/mock-data
$0.0002/call. Generate fake rows from a field→type schema (json/csv/ndjson) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/og-image
$0.0005/call. Render a social-card PNG (satori → sharp) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/placeholder
$0.0002/call. Placeholder image (dimensions/label text; png or svg) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/generate/qr-logo
$0.0002/call. QR code with a logo composited in the center (ECC H) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/adjust
$0.0003/MP. Adjust brightness / saturation / hue / lightness / negate / tint — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/blur
$0.0003/MP. Gaussian blur — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/composite
$0.0003/MP. Overlay / watermark one image onto another — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/compress
$0.0003/MP. Re-encode at lower quality — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/contact-sheet
$0.0003/MP. Tile images into a thumbnail-grid PNG — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/convert
$0.0003/MP. Convert image format (png/jpeg/webp/avif/…; animated frames preserved with animated:true) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/crop
$0.0003/MP. Crop a region — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/dominant-color
$0.0002/call. Get the dominant color — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/exif-strip
$0.0003/MP. Strip EXIF/metadata (auto-orient first) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/extend
$0.0003/MP. Pad / extend on any side — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/from-html
$0.003/call. Render HTML → image (headless Chromium screenshot, sandboxed) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/grayscale
$0.0003/MP. Convert to grayscale — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/metadata
Read dimensions / format / EXIF presence
100%—$0.01
POST/v1/image/ocr
$0.003/call. Extract text from an image (Tesseract, 10 languages) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/resize
$0.0003/MP. Resize / fit an image (animated GIF/WebP preserved with animated:true) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/rotate
$0.0003/MP. Rotate / flip an image — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/sharpen
$0.0003/MP. Sharpen — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/image/trim
$0.0003/MP. Auto-crop uniform borders — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/answer
billed at cost (provider + 6%). Answer from provided context — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/classify
billed at cost (provider + 6%). Assign one label from a set — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/extract
billed at cost (provider + 6%). Pull requested fields out as JSON — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/json_repair
billed at cost (provider + 6%). Fix malformed JSON — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/keywords
billed at cost (provider + 6%). Pull key terms as a list — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/proofread
billed at cost (provider + 6%). Fix spelling, grammar, punctuation — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/rewrite
billed at cost (provider + 6%). Rewrite in a given style — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/sentiment
billed at cost (provider + 6%). Positive / negative / neutral — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/summarize
billed at cost (provider + 6%). Condense text to its key points — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/title
billed at cost (provider + 6%). Write a single concise title — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/llm/translate
billed at cost (provider + 6%). Translate text to a target language — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/audio-convert
$0.0005/MB. Standalone audio→audio re-encode (format / bitrate / sample-rate) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/audio-mix
$0.0005/MB. Mix N audio inputs down to one track (amix), optional normalize — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/concat
$0.0005/MB. Join 2–10 clips end-to-end (concat demuxer, stream-copy) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/convert
$0.0005/MB. Re-encode to another container/codec (H.264/AAC video, or audio formats); scale / crop / rotate — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/frames
$0.0003/MP. Extract N evenly-sampled frames → manifest of presigned image refs — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/gif
$0.0005/MB. Turn a video segment into a palette-optimized animated GIF — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/loudnorm
$0.0005/MB. Normalize audio loudness to EBU R128 (LUFS / true-peak / range) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/metadata
$0.0002/call. Read container tags (JSON) or write them back (stream-copy, no re-encode) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/overlay
$0.0005/MB. Watermark an image onto a video — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/probe
$0.0002/call. Inspect media metadata via ffprobe — duration, container, streams, codecs, dimensions, bitrate — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/silence
$0.0005/call. Detect silent intervals (JSON) or trim silence out of audio — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/speed
$0.0005/MB. Change playback speed (pitch-preserving by default) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/storyboard
$0.0008/call. Frame-sampled thumbnail sprite sheet from a video — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/subtitle-burn
$0.0005/MB. Burn (rasterize) subtitles into the video via libass — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/thumbnail
$0.0003/call. Grab a single video frame at a timestamp → PNG/JPEG — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/trim
$0.0005/MB. Cut a time range from audio/video by fast stream-copy (codecs preserved) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/media/waveform
$0.0005/call. Render audio as a waveform or spectrogram PNG — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/office/rescue
$0.008/call. Best-effort convert an exotic/legacy office file → PDF (LibreOffice) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/attachments
$0.0005/MB. List / extract embedded file attachments — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/bookmarks
$0.001/call. Read the outline / bookmark tree — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/compress
$0.001/page. Recompress to shrink a PDF — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/diff
$0.001/page. Text-compare two PDFs (unified diff) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/encrypt
$0.001/page. Password-protect a PDF (256-bit AES) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/form
$0.001/page. Fill or flatten PDF forms — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/from-html
$0.003/call. Render HTML → PDF (headless Chromium, sandboxed) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/from-office
$0.005/call. Convert an Office file → PDF (LibreOffice) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/merge
$0.001/page. Combine PDFs into one — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/metadata
$0.001/call. Read or set document metadata — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/render
$0.001/page. Rasterize pages to PNG/JPEG — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/repair
$0.001/page. Repair a damaged PDF (diagnose + rewrite) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/rotate
$0.001/page. Rotate pages — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/split
$0.001/page. Split by ranges or burst to single pages — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/verify-signatures
$0.001/call. Verify digital signatures (structural + digest; no CA store) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pdf/watermark
$0.001/page. Stamp text on pages — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/pipeline
$0/call. Chain multiple cputools ops in one call — runs your transform steps server-side and bills the sum of the steps (metered).
100%—$0.01
POST/v1/qr
$0.0002/call. Generate a QR code (PNG/SVG) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/screening/match
$0.01/screen. Screen a name against sanctions (OFAC / EU / UK; UN rides along) and Wikidata-derived PEP watchlists.
100%—$0.01
POST/v1/storage/checkpoint
from $0.001 (smallest baton). Save and restore agent state — durable checkpoints you can version and resume from — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/storage/drop
from $0.001 (smallest baton). Store a file and get a durable, shareable URL — no account required; tiers scale by size, lifetime, and egress — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/storage/pass
from $0.001 (smallest baton). Hand a file off to another agent or person with scoped access tokens and a shareable link — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/storage/scratchpad
from $0.001 (smallest baton). Shared working memory for agents — append, read, and collaborate on a durable scratchpad; agent memory + multi-agent collaboration — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/apply-patch
$0.0002/MB. Apply a unified diff to a source string (422 on context mismatch) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/case
$0.0002/MB. Recase text (upper/lower/title/camel/snake/kebab) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/count
$0.0002/MB. Count characters / words / lines + reading time — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/diff
$0.0002/MB. Unified diff of two strings — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/html-to-text
$0.0002/MB. Convert HTML → plain text — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/markdown-to-html
$0.0002/MB. Markdown → HTML, always whitelist-sanitized — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/merge3
$0.0002/MB. Three-way merge of two changes against a common base (conflict markers on overlap) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/regex-extract
$0.0002/MB. Extract regex matches (ReDoS-guarded; patterns + input bounded) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/sanitize-html
$0.0002/MB. Sanitize HTML against a safe whitelist — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/slugify
$0.0002/MB. URL-slugify text (strip diacritics, hyphenate) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/text/template
$0.0002/MB. Render a logic-less mustache-subset template (no eval) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/utils/base64
$0.0002/MB. Base64 encode / decode a string — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/utils/hmac
$0.0002/MB. Keyed HMAC (sha256/sha512/sha1/md5); key never logged — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/utils/jwt-decode
$0.0001/call. Decode a JWT header + payload (no verify) — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/utils/jwt-verify
$0.0001/call. Verify a JWT signature, alg-pinned; key never logged — the rest of the penny works on any Relaystation product.
100%—$0.01
POST/v1/utils/uuid
$0.0001/call. Generate v4 UUIDs — the rest of the penny works on any Relaystation product.
100%—$0.01

Equivalent APIs

See all alternatives →

Same category, ranked by Trust score — switch to a more reliable or cheaper source.

100
Chain
agents.chain.linkBase
Uptime
100%
Latency
—
Price / call
$0.002 – $0.01
Endpoints
7
100
Minebean
api.minebean.comBase
Uptime
100%
Latency
—
Price / call
$0.1
Endpoints
3
100
2s
2s.ioBase
Uptime
100%
Latency
—
Price / call
$0.001 – $0.018
Endpoints
448
96
Agent402
agent402.toolsBase
Uptime
100%
Latency
—
Price / call
$0.001 – $1.5
Endpoints
1556
95
APINow.fun
apinow.funBase
Uptime
100%
Latency
—
Price / call
—
Endpoints
1
92
funding-rates.api.klymax402.com
funding-rates.api.klymax402.comBase
Uptime
100%
Latency
—
Price / call
$0.002
Endpoints
1