Files Workshop logo

🎉 Launch offer — every tool is 100% free, no sign-up needed, until 30 September.

Developer API

Files Workshop API

Automate the server-side tools — conversions, OCR, video and audio — from your own apps. Authenticate with an API key, start a job, poll for status, download the result. Your plan's daily limits and file-size caps apply.

Your API keys

Quickstart

# 1. Start a job
curl -X POST https://www.filesworkshop.app/api/v1/word-to-pdf \
  -H "Authorization: Bearer ak_live_xxx" \
  -F "file=@document.docx" \
  -F 'options={}'
# → { "jobId": "abc123", "status": "queued",
#     "statusUrl": ".../api/v1/jobs/abc123",
#     "resultUrl": ".../api/v1/jobs/abc123/result" }

# 2. Poll until completed
curl https://www.filesworkshop.app/api/v1/jobs/abc123 \
  -H "Authorization: Bearer ak_live_xxx"
# → { "state": "completed" }

# 3. Download the result
curl -L https://www.filesworkshop.app/api/v1/jobs/abc123/result \
  -H "Authorization: Bearer ak_live_xxx" -o out.pdf

Endpoints

  • POST /api/v1/{tool} — start a job (multipart file + optional JSON options).
  • GET /api/v1/jobs/{jobId} — check status (queued / active / completed / failed).
  • GET /api/v1/jobs/{jobId}/result — download the finished file.

Available tools (135)

Pass the tool id as {tool}. Browser-only tools aren't available via the API.

abiword-to-pdfAbiWord to PDF
abiword-to-wordAbiWord to Word
access-to-csvAccess to CSV
ad-copyAd Copy Generator
auto-renameAI Auto-Rename
blog-outlineAI Blog Outline
ai-detectAI Content Detector
cover-letterAI Cover Letter Writer
email-replyAI Email Reply
email-writerAI Email Writer
critique-promptAI Prompt Critique
prompt-from-taskAI Prompt Generator
improve-promptAI Prompt Improver
story-generatorAI Story Generator
mp3-to-textAudio to Text
bio-generatorBio Generator
blog-ideasBlog Title Ideas
burn-subtitlesBurn Subtitles into Video
business-cardBusiness Card to vCard
business-name-ideasBusiness Name Generator
captionsCaption & Subtitle Generator
cgm-to-pdfCGM to PDF
change-volumeChange Audio Volume
chatChat with PDF
complaint-letterComplaint Letter Writer
compress-videoCompress Video
contract-reviewContract Review
audio-convertConvert Audio
convert-videoConvert Video
coreldraw-to-pdfCorelDraw to PDF
coreldraw-to-pngCorelDraw to PNG
coreldraw-to-svgCorelDraw to SVG
csv-to-pdfCSV to PDF
dbf-to-csvdBase to CSV
dbf-to-exceldBase to Excel
doc-to-docxDOC to DOCX
dxf-to-pdfDXF to PDF
dxf-to-pngDXF to PNG
dxf-to-svgDXF to SVG
emf-to-pngEMF to PNG
emf-to-svgEMF to SVG
eps-to-pdfEPS to PDF
essay-outlineEssay Outline Generator
excel-to-dbfExcel to dBase
excel-to-htmlExcel to HTML
excel-to-odsExcel to ODS
excel-to-pdfExcel to PDF
action-itemsExtract Action Items
extract-dataExtract Data
extract-frameExtract Video Frame
faq-generatorFAQ Generator
find-deadlinesFind Dates & Deadlines
grammar-checkGrammar Checker
grammar-studioGrammar Studio
handwriting-ocrHandwriting OCR (AI)
html-to-pdfHTML to PDF
image-describerImage Describer & Alt Text
instagram-captionInstagram Caption Writer
key-pointsKey Points
linkedin-postLinkedIn Post Writer
lotus123-to-excelLotus 1-2-3 to Excel
lotus-wordpro-to-pdfLotus WordPro to PDF
meeting-agendaMeeting Agenda Maker
meeting-minutesMeeting Minutes
works-to-pdfMS Works to PDF
works-to-wordMS Works to Word
mute-videoMute Video
ocrOCR PDF
odg-to-pdfODG to PDF
odg-to-pngODG to PNG
odg-to-svgODG to SVG
odp-to-pdfODP to PDF
odp-to-powerpointODP to PowerPoint
ods-to-csvODS to CSV
ods-to-excelODS to Excel
ods-to-pdfODS to PDF
odt-to-epubODT to EPUB
odt-to-htmlODT to HTML
odt-to-pdfODT to PDF
odt-to-rtfODT to RTF
odt-to-txtODT to Text
odt-to-wordODT to Word
paraphraseParaphrase / Reword
pdf-to-excelPDF to Excel
pdf-to-pdfaPDF to PDF/A
pdf-to-powerpointPDF to PowerPoint
pdf-to-wordPDF to Word
plagiarismPlagiarism Checker
powerpoint-to-odpPowerPoint to ODP
powerpoint-to-pdfPowerPoint to PDF
ppt-to-pptxPPT to PPTX
product-descriptionProduct Description Writer
proofreadProofread PDF
protectProtect PDF
publisher-to-pdfPublisher to PDF
quizQuiz Generator
receipt-extractReceipt to CSV
sign-requestRequest Signature
resignation-letterResignation Letter Writer
resume-feedbackResume Feedback
review-replyReview Reply Writer
rtf-to-pdfRTF to PDF
rtf-to-wordRTF to Word
simplifySimplify / Explain
slogan-generatorSlogan Generator
starcalc-to-excelStarCalc to Excel
starwriter-to-pdfStarWriter to PDF
starwriter-to-wordStarWriter to Word
study-notesStudy Notes
summarizeSummarize PDF
svg-to-pdf-vectorSVG to PDF
expand-textText Expander
txt-to-pdfText to PDF
txt-to-wordText to Word
translateTranslate PDF
trim-audioTrim Audio
trim-videoTrim Video
unlockUnlock PDF
video-to-gifVideo to GIF
video-to-mp3Video to MP3
visio-to-pdfVisio to PDF
visio-to-pngVisio to PNG
visio-to-svgVisio to SVG
wmf-to-pngWMF to PNG
wmf-to-svgWMF to SVG
word-to-epubWord to EPUB
word-to-htmlWord to HTML
word-to-odtWord to ODT
word-to-pdfWord to PDF
word-to-rtfWord to RTF
wpd-to-pdfWordPerfect to PDF
wpd-to-wordWordPerfect to Word
xls-to-xlsxXLS to XLSX
youtube-descriptionYouTube Description Writer
youtube-scriptYouTube Script Writer