Policy and contract archives
Normalize legacy documents before classification, retention review, or import into a document-management system.
Word modernization
Word 97-2003 DOC files can remain in contracts, procedures, reports, correspondence, and shared-drive archives long after applications have moved to modern cloud environments. The API creates a modern DOCX package without requiring Microsoft Word or Windows desktop automation on the calling server.
Normalize legacy documents before classification, retention review, or import into a document-management system.
Create a modern intermediate document before extracting headings, paragraphs, lists, and tables for AI search or RAG.
Allow a server-side application to accept DOC uploads even when its normal parser supports DOCX more reliably.
Remove a Windows COM or installed-Word dependency from a backend conversion stage.
For RAG, continue by extracting meaningful document elements, attaching source metadata, chunking by headings or sections, generating embeddings, and indexing the chunks. DOCX itself is an intermediate format, not a semantic chunk format.
curl --request POST 'https://api.corenovacloud.com/v1/conversions' \
--header "Authorization: Bearer ${CORENOVA_API_KEY}" \
--header 'Idempotency-Key: contract-archive-000042' \
--form '[email protected]'