Converts a Markdown, HTML, reStructuredText, or plain-text file into an editable Word document. Headings, lists, tables, code blocks, and links survive; custom Word styles and tracked changes are not supported.
You authored content as Markdown, HTML, or another markup and need a Word file a person can open and edit.
Producing a brand-templated or corporate-styled Word file, or reading an existing Word file into text.
~1 credits / MB of input (up to 5)
A 3 MB input costs about 2 credits; larger inputs cost more.
Estimated; the actual charge depends on your input and is shown in the response.
Set these inside the intent when you run it.
URL of the file to convert (Markdown, HTML, reStructuredText, plain text).
Name for the resulting Word file.
A download link to a .docx file ready to open and edit in any word processor.
Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Document Converter skill will route from your intent instead.)
curl -X POST "https://skill.askfaro.com/skills/document-converter/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"operation":"to_office","source_file":"https://example.com/report.md","output_filename":"quarterly-report.docx"}}'Example requests