Skills/Document Converter/Convert to Word

Convert to Word

~1 credits / MB of input (up to 5)

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.

Use when

You authored content as Markdown, HTML, or another markup and need a Word file a person can open and edit.

Not for

Producing a brand-templated or corporate-styled Word file, or reading an existing Word file into text.

Cost

~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.

What it accepts

Set these inside the intent when you run it.

source_filerequired

URL of the file to convert (Markdown, HTML, reStructuredText, plain text).

output_filenameoptional

Name for the resulting Word file.

What you get back

A download link to a .docx file ready to open and edit in any word processor.

Run it

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

  • Convert this Markdown file to a Word document
  • Turn my README into a .docx so my manager can edit it
  • I need a Word version of this HTML report