# Document In many logistic operations documents are an important part of the data flow. Documents can serve multiple purposes, such as proving some package was delivered with help of a photo, or some scanned document that establishes that the transferred goods are accepted on handover. Documents in OTM come in two flavors, either you provide the content of the document directly as a base64 encoded string, or you provide a link to the document where it can be accessed online. ## Get a specific Document by its UUID - [GET /api/v5/documents/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/document/paths/~1api~1v5~1documents~1%7Buuid%7D/get.md) ## Deletes a Document - [DELETE /api/v5/documents/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/document/paths/~1api~1v5~1documents~1%7Buuid%7D/delete.md) ## Adds a new Document - [PUT /api/v5/documents](https://otm-api-spec.redocly.app/api/5.7/otm/document/paths/~1api~1v5~1documents/put.md)