$0.005/call
$0.005/call. Convert Word, Excel, or PowerPoint to PDF via LibreOffice — layout preserved. 1¢ x402 min; remainder auto-credits — relaystation.ai/penny
Answeringour last check, 2026-09-24
1 of 1checks answered this week
653 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.relaystation.ai/v1/pdf/from-office
| Category | Everything else |
|---|---|
| Provider host | api.relaystation.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 12 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 653 ms |
Example input (from the provider)
{
"body": {
"file": {},
"filename": "string",
"options": {
"landscape": true,
"losslessImageCompression": true,
"maxImageResolution": 75,
"pageRanges": "string",
"quality": 1,
"reduceImageResolution": true
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"file": {
"description": "cputools input-source: { inline: <base64 \u2264 4 MiB> } or { inputKey: <scratch key, \u2264 50 MB> }.",
"type": "object"
},
"filename": {
"description": "Source filename; its extension must be a supported office format.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"options": {
"additionalProperties": false,
"description": "Optional LibreOffice export controls; absent fields take the engine default.",
"properties": {
"landscape": {
"description": "Force landscape orientation.",
"type": "boolean"
},
"losslessImageCompression": {
"type": "boolean"
},
"maxImageResolution": {
"description": "DPI ceiling for embedded images (closed ladder).",
"enum": [
75,
150,
300,
600,
1200
],
"type": "integer"
},
"pageRanges": {
"description": "Page subset, e.g. \"1-5,8\".",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"quality": {
"description": "JPEG quality (1\u2013100) for embedded images.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"reduceImageResolution": {
"description": "Gate for maxImageResolution; must be true for maxImageResolution to apply.",
"type": "boolean"
}
},
"type": "object"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}