Packages a long-form Markdown or HTML file into an EPUB ebook ready for distribution. Images referenced by absolute URL are embedded; local or relative image paths will not resolve since only the source file is uploaded.
You want to distribute long-form content as an ebook file.
A printable single-page artifact (use Convert to PDF), or an editable document.
~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 Markdown or HTML file to package as an ebook.
Name for the resulting EPUB file.
A download link to an .epub file ready for e-readers and ebook distribution.
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_ebook","source_file":"https://example.com/guide.md","output_filename":"my-guide.epub"}}'Example requests