$0.0003/MB
$0.0003/MB. Convert documents between markdown, HTML, docx, odt, rtf, epub, LaTeX, and rst via pandoc — citations supported. 1¢ x402 min; remainder auto-credits — relaystation.ai/penny
Answeringour last check, 2026-09-24
1 of 1checks answered this week
616 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/doc/convert
| Category | Everything else |
|---|---|
| Provider host | api.relaystation.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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 | 616 ms |
Example input (from the provider)
{
"body": {
"citations": {
"bibliography": {},
"csl": {},
"format": "bib"
},
"file": {},
"filename": "string",
"from": "docx",
"options": {
"standalone": true
},
"referenceDoc": {},
"to": "asciidoc"
},
"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": {
"citations": {
"description": "Optional citation processing (pandoc --citeproc). In-document citations (`[@key]`) render against the bibliography and a bibliography section is appended. Works for any target; a document with no citation markup just gets no bibliography. Rides the doc.convert price (no extra charge). The default style (chicago-author-date) is embedded \u2014 no network needed.",
"properties": {
"bibliography": {
"description": "The bibliography file as a cputools input-source ({ inline } / { inputKey }). BibTeX/BibLaTeX, CSL-JSON, or CSL-YAML \u2014 set `format`.",
"type": "object"
},
"csl": {
"description": "Optional CSL stylesheet (input-source) to style the citations/bibliography; omit for the embedded chicago-author-date default.",
"type": "object"
},
"format": {
"description": "Bibliography file format (default bib). bib = BibTeX/BibLaTeX, json = CSL-JSON, yaml = CSL-YAML.",
"enum": [
"bib",
"json",
"yaml"
],
"type": "string"
}
},
"required": [
"bibliography"
],
"type": "object"
},
"file": {
"description": "cputools input-source: { inline: <base64 \u2264 4 MiB> } or { inputKey: <scratch key, \u2264 50 MB> }.",
"type": "object"
},
"filename": {
"description": "Used to sniff `from` when it is omitted.",
"maxLength": 255,
"minLength": 1,
"type": "string"
},
"from": {
"description": "Source format. Optional when sniffable from `filename`. Live matrix: GET /v1/doc/formats.",
"enum": [
"docx",
"epub",
"html",
"ipynb",
"latex",
"markdown",
"mediawiki",
"odt",
"org",
"rst",
"textile",
"typst"
],
"type": "string"
},
"options": {
"properties": {
"standalone": {
"description": "Emit a complete document (default true) vs a bare fragment.",
"type": "boolean"
}
},
"type": "object"
},
"referenceDoc": {
"description": "Optional reference-doc template (branded output styling) \u2014 cputools input-source { inline: <base64 \u2264 4 MiB> } or { inputKey: <scratch key, \u2264 50 MB> }. Only valid when `to` is docx or pptx (else 422 REFERENCE_DOC_UNSUPPORTED); the template must be an OOXML/ZIP document (else 422 REFERENCE_DOC_FORMAT_INVALID).",
"type": "object"
},
"to": {
"description": "Target format (required; validated per-pair against the live matrix \u2014 GET /v1/doc/formats).",
"enum": [
"asciidoc",
"docx",
"epub",
"gfm",
"html",
"ipynb",
"jira",
"latex",
"markdown",
"mediawiki",
"odt",
"org",
"plain",
"pptx",
"rst",
"rtf",
"textile",
"typst"
],
"type": "string"
}
},
"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"
}