Your agent can describe a document but not produce a real .docx; this builds one from structured blocks.
Documents
Creates a formatted Word document (.docx) from structured content you describe: reports, memos, proposals, invoices, meeting minutes, or any business document. Lay out sections, headings, bullet lists, tables, and emphasis as part of the document description.
You want a finished .docx report, proposal, memo, letter, resume, minutes, or record created from your content.
Editing, reading, or merging an existing .docx, PDF, slides, or spreadsheet, or adding letterhead, logos, footers, page numbers, or images.
file (application/vnd.openxmlformats-officedocument.wordprocessingml.document)
Returns a downloadable .docx file via a short-lived link, valid up to 7 days. Fetch or forward it promptly; the link is not permanent.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/word-document/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Create a project proposal document with an executive summary and timeline"}}'Example requests