---
title: Advanced Convert PDF to Word API
slug: convert-pdf-to-word
url: https://apyverse.com/pankajretestflows/service/convert-pdf-to-word
provider: External Providers
categories: [File Conversion, File Manipulation]
tags: [pdf-conversion, word-docx, document-conversion, file-conversion, batch-jobs]
auth: api_key
---

# Advanced Convert PDF to Word API

Convert PDF files into downloadable Word documents. Track job status and batch progress while processing one or more files.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Converts one or more PDF files into Word .docx files. The request uploads PDF files, a… | 100 |
| GET | `/download/:job_id` | What it does Downloads the finished PDF-to-Word output for a completed conversion job. The job iden… | 1 |
| GET | `/status/:job_id` | What it does Retrieves the current status of a PDF-to-Word conversion job using its job ID, and ret… | 1 |
| GET | `/overall-status` | What it does Returns the aggregate progress across one or more PDF-to-Word jobs identified by jobid… | 1 |

## About

## What it does
PDF to Word Converter turns one or more PDF files into downloadable Word documents. Send PDF files in the request body, then track each conversion job by job ID until the output is ready.

The create endpoint returns a jobs array with a job_id, filename, status, and progress for each file you submit. Use the status endpoint to check a single job and read its status, progress, and any error message. For batches, the overall-status endpoint summarizes multiple job IDs with aggregate progress, total_files, completed_files, and per-job details.

When a job finishes, use the download endpoint with the job_id to retrieve the converted .docx file as binary output. That makes this service a fit for document workflows where you need editable Word versions of uploaded PDFs, such as contract review, report editing, or intake pipelines that move files from storage into a human-readable format.

PDF to Word Converter keeps the flow simple: upload PDF files, monitor conversion progress, then download the finished document.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/pankajretestflows/service/convert-pdf-to-word
