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.pdfEndpoints
POST /api/v1/{tool}— start a job (multipartfile+ optional JSONoptions).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 PDFabiword-to-wordAbiWord to Wordaccess-to-csvAccess to CSVad-copyAd Copy Generatorauto-renameAI Auto-Renameblog-outlineAI Blog Outlineai-detectAI Content Detectorcover-letterAI Cover Letter Writeremail-replyAI Email Replyemail-writerAI Email Writercritique-promptAI Prompt Critiqueprompt-from-taskAI Prompt Generatorimprove-promptAI Prompt Improverstory-generatorAI Story Generatormp3-to-textAudio to Textbio-generatorBio Generatorblog-ideasBlog Title Ideasburn-subtitlesBurn Subtitles into Videobusiness-cardBusiness Card to vCardbusiness-name-ideasBusiness Name GeneratorcaptionsCaption & Subtitle Generatorcgm-to-pdfCGM to PDFchange-volumeChange Audio VolumechatChat with PDFcomplaint-letterComplaint Letter Writercompress-videoCompress Videocontract-reviewContract Reviewaudio-convertConvert Audioconvert-videoConvert Videocoreldraw-to-pdfCorelDraw to PDFcoreldraw-to-pngCorelDraw to PNGcoreldraw-to-svgCorelDraw to SVGcsv-to-pdfCSV to PDFdbf-to-csvdBase to CSVdbf-to-exceldBase to Exceldoc-to-docxDOC to DOCXdxf-to-pdfDXF to PDFdxf-to-pngDXF to PNGdxf-to-svgDXF to SVGemf-to-pngEMF to PNGemf-to-svgEMF to SVGeps-to-pdfEPS to PDFessay-outlineEssay Outline Generatorexcel-to-dbfExcel to dBaseexcel-to-htmlExcel to HTMLexcel-to-odsExcel to ODSexcel-to-pdfExcel to PDFaction-itemsExtract Action Itemsextract-dataExtract Dataextract-frameExtract Video Framefaq-generatorFAQ Generatorfind-deadlinesFind Dates & Deadlinesgrammar-checkGrammar Checkergrammar-studioGrammar Studiohandwriting-ocrHandwriting OCR (AI)html-to-pdfHTML to PDFimage-describerImage Describer & Alt Textinstagram-captionInstagram Caption Writerkey-pointsKey Pointslinkedin-postLinkedIn Post Writerlotus123-to-excelLotus 1-2-3 to Excellotus-wordpro-to-pdfLotus WordPro to PDFmeeting-agendaMeeting Agenda Makermeeting-minutesMeeting Minutesworks-to-pdfMS Works to PDFworks-to-wordMS Works to Wordmute-videoMute VideoocrOCR PDFodg-to-pdfODG to PDFodg-to-pngODG to PNGodg-to-svgODG to SVGodp-to-pdfODP to PDFodp-to-powerpointODP to PowerPointods-to-csvODS to CSVods-to-excelODS to Excelods-to-pdfODS to PDFodt-to-epubODT to EPUBodt-to-htmlODT to HTMLodt-to-pdfODT to PDFodt-to-rtfODT to RTFodt-to-txtODT to Textodt-to-wordODT to WordparaphraseParaphrase / Rewordpdf-to-excelPDF to Excelpdf-to-pdfaPDF to PDF/Apdf-to-powerpointPDF to PowerPointpdf-to-wordPDF to WordplagiarismPlagiarism Checkerpowerpoint-to-odpPowerPoint to ODPpowerpoint-to-pdfPowerPoint to PDFppt-to-pptxPPT to PPTXproduct-descriptionProduct Description WriterproofreadProofread PDFprotectProtect PDFpublisher-to-pdfPublisher to PDFquizQuiz Generatorreceipt-extractReceipt to CSVsign-requestRequest Signatureresignation-letterResignation Letter Writerresume-feedbackResume Feedbackreview-replyReview Reply Writerrtf-to-pdfRTF to PDFrtf-to-wordRTF to WordsimplifySimplify / Explainslogan-generatorSlogan Generatorstarcalc-to-excelStarCalc to Excelstarwriter-to-pdfStarWriter to PDFstarwriter-to-wordStarWriter to Wordstudy-notesStudy NotessummarizeSummarize PDFsvg-to-pdf-vectorSVG to PDFexpand-textText Expandertxt-to-pdfText to PDFtxt-to-wordText to WordtranslateTranslate PDFtrim-audioTrim Audiotrim-videoTrim VideounlockUnlock PDFvideo-to-gifVideo to GIFvideo-to-mp3Video to MP3visio-to-pdfVisio to PDFvisio-to-pngVisio to PNGvisio-to-svgVisio to SVGwmf-to-pngWMF to PNGwmf-to-svgWMF to SVGword-to-epubWord to EPUBword-to-htmlWord to HTMLword-to-odtWord to ODTword-to-pdfWord to PDFword-to-rtfWord to RTFwpd-to-pdfWordPerfect to PDFwpd-to-wordWordPerfect to Wordxls-to-xlsxXLS to XLSXyoutube-descriptionYouTube Description Writeryoutube-scriptYouTube Script Writer