# Document Root resource for all document APIs ## Add Document to an Application via Word (docx) Ingestion. - [POST /hub/apps/{id}/ingestion/docx](https://marcie.redocly.app/openapi/document/paths/~1hub~1apps~1%7Bid%7D~1ingestion~1docx/post.md): Upload a single Word docx file to add a new document to an existing hub application. ## Get Application Document - [GET /hub/apps/{id}/documents/{did}](https://marcie.redocly.app/openapi/document/paths/~1hub~1apps~1%7Bid%7D~1documents~1%7Bdid%7D/get.md): Get the text content of a specific application document with doc-ID ## Delete Application Document - [DELETE /hub/apps/{id}/documents/{did}](https://marcie.redocly.app/openapi/document/paths/~1hub~1apps~1%7Bid%7D~1documents~1%7Bdid%7D/delete.md): Delete a specific application document with doc-ID ## List All Application Documents - [GET /hub/apps/{id}/documents](https://marcie.redocly.app/openapi/document/paths/~1hub~1apps~1%7Bid%7D~1documents/get.md): List all application documents ## List All Application Document Contents - [GET /hub/apps/{id}/documents/{did}/contents](https://marcie.redocly.app/openapi/document/paths/~1hub~1apps~1%7Bid%7D~1documents~1%7Bdid%7D~1contents/get.md): List all document contents with the specific application-ID and document-ID ## Create New Application Content - [POST /hub/apps/{id}/documents/{did}/contents](https://marcie.redocly.app/openapi/document/paths/~1hub~1apps~1%7Bid%7D~1documents~1%7Bdid%7D~1contents/post.md): Create a new document content with the application-ID and document-ID ## Add Document to an Application via PDF Ingestion. - [POST /hub/apps/{id}/ingestion/pdf](https://marcie.redocly.app/openapi/document/paths/~1hub~1apps~1%7Bid%7D~1ingestion~1pdf/post.md): Upload a single PDF file to add a new document to an existing hub application.