Doc Bulk Handler
When a company rebrands, merges with another, or spins off a division, someone has to update every Word doc, slide deck, and spreadsheet that still mentions the old name, logo, or footer. That "someone" usually spends hours doing it manually in Office. DocRebrand fixes this in a single API call. Upload a ZIP of 500 documents, send a rebranding ruleset, get a ZIP of 500 updated documents back.…
Doc Bulk Handler endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| POST |
batch_find_replace_endpoint_v1_batch_find_replace_post /v1/batch/find-replace |
Apply find/replace rules to every supported document in a ZIP archive. This is the rebranding workflow endpoint: upload a ZIP of 500 documents, get a ZIP of 500 rebranded… |
| POST |
docx_metadata_update_v1_docx_metadata_update_post /v1/docx/metadata/update |
|
| POST |
docx_replace_headers_footers_v1_docx_headers_footers_replace_post /v1/docx/headers-footers/replace |
Replace all header and/or footer text in a Word document. If header_text is provided, ALL headers are replaced with that text. If footer_text is provided, ALL footers are… |
| POST |
list_images_v1__format__images_list_post /v1/{format}/images/list |
|
| POST |
replace_image_endpoint_v1__format__images_replace_post /v1/{format}/images/replace |
Replace an embedded image in the document. |
| POST |
docx_list_headers_footers_v1_docx_headers_footers_list_post /v1/docx/headers-footers/list |
List all header and footer parts in a Word document. |
| POST |
pptx_find_replace_v1_pptx_find_replace_post /v1/pptx/find-replace |
Apply find/replace rules to a PowerPoint presentation. |
| POST |
docx_find_replace_v1_docx_find_replace_post /v1/docx/find-replace |
Apply find/replace rules to a Word document. |
| POST |
xlsx_find_replace_v1_xlsx_find_replace_post /v1/xlsx/find-replace |
Apply find/replace rules to an Excel workbook. |
| POST |
metadata_read_v1__format__metadata_read_post /v1/{format}/metadata/read |
|
| POST |
metadata_strip_v1__format__metadata_strip_post /v1/{format}/metadata/strip |
Remove identifying metadata (author, company, revision history). |
| POST |
batch_strip_metadata_endpoint_v1_batch_strip_metadata_post /v1/batch/strip-metadata |
Strip metadata from every supported document in a ZIP archive. |
| Other endpoints | ||
| GET |
root__get / |
|
Doc Bulk Handler pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / minute |
|
| PRO | $9 / month | 200 / minute |
|
| ULTRA Recommended | $20 / month | — |
|