# Document API

## Document API

### [Upload Document](https://developers.yumpu.com/api/document/documentpostfile)

&#x20;To get started using Yumpu you need a user and then can start uploading documents using the API. The Document Upload API gives you the possibility to create, edit and display your documents. Using Yumpu you can then select from several Players for desktop and mobile devices.\
\
&#x20;[Upload Document via file](https://developers.yumpu.com/api/document/documentpostfile) CALL: DOCUMENT POST FILE\
&#x20;[Upload Document via Url](https://developers.yumpu.com/api/document/documentposturl) CALL: DOCUMENT POST URL\
&#x20;[Get Document Category List](https://developers.yumpu.com/api/document-categories) CALL: DOCUMENT GET CATEGORIES\
&#x20;[Get Document Language List](https://developers.yumpu.com/api/document-languages) CALL: DOCUMENT GET LANGUAGES\
&#x20;[Get current Render Status](https://developers.yumpu.com/api/document-progress) CALL: DOCUMENT GET Render Status<br>

### [Manage Documents](https://developers.yumpu.com/api/document/documentget)

&#x20;Pull documents you already got inside your account. They can be uploaded and managed both manually and via Data API from any web platform.\
\
&#x20;[Get a single Document](https://developers.yumpu.com/api/document/documentget) CALL: DOCUMENT GET\
&#x20;[Update Document Data](https://developers.yumpu.com/api/document/documentput) CALL: DOCUMENT PUT\
&#x20;[Delete a Document](https://developers.yumpu.com/api/document/documentdelete) CALL: DOCUMENT DELETE<br>

### [List Documents](https://developers.yumpu.com/api/documents/documentsget)

&#x20;Get an overview of documents that are stored in your account. Use this command as a basis for other requests to manage, display or modify your documents.\
\
&#x20;[Load a Document List](https://developers.yumpu.com/api/documents/documentsget) CALL: DOCUMENTS GET<br>

### [Organize documents with collections](https://developers.yumpu.com/api/collection/collectionget)

&#x20;Collections are used to hold Sections for your APP or WEBKiosk. Collections are like Folders and can hold Subfolders, or Sections how we call them. Sections in turn then can hold Documents.\
\
&#x20;[List Collection](https://developers.yumpu.com/api/collection/collectionget) CALL: GET COLLECTION\
&#x20;[Create Collection](https://developers.yumpu.com/api/collection/collectionpost) CALL:POST COLLECTION\
&#x20;[Update Collection](https://developers.yumpu.com/api/collection/collectionput) CALL: PUT COLLECTION\
&#x20;[Delete Collection](https://developers.yumpu.com/api/collection/collectiondelete) CALL: DELETE COLLECTION\
\
&#x20;[List Collections](https://developers.yumpu.com/api/collections/collectionsget) Listing all Collections gives an overview of all collections that have been ceated so far. This gives you quickly a good overview of the existing Folders and allows you to create subfolders, or Sections from there.\
&#x20;[List all my Collections](https://developers.yumpu.com/api/collections/collectionsget) CALL: GET COLLECTIONS<br>

### [Sections are Subgroups of Collections](https://developers.yumpu.com/api/section/sectionget)

&#x20;Sections are used to organize Documents. They are like Subfolders and can hold documents. Sections always need to sit inside a collection and can be pulled in formats json and xml. You can get this in data-format, or you can directly use it for your WEBKiosk or APPKiosk.\
\
&#x20;[List Section](https://developers.yumpu.com/api/section/sectionget) CALL: SECTION GET\
&#x20;[Create Section](https://developers.yumpu.com/api/section/sectionpost) CALL: SECTION POST\
&#x20;[Update Section](https://developers.yumpu.com/api/section/sectionput) CALL: SECTION PUT\
&#x20;[Delete Section](https://developers.yumpu.com/api/section/sectiondelete) CALL: SECTION DELETE<br>

### [Add Document to a Section](https://developers.yumpu.com/api/section-document/sectiondocumentpost)

&#x20;Using the Section document command allows to add documents to these Subfolders. This helps you organize and later pull several documents in a sorted form. You can get this data as json or xml list, or you can directly use it for your WEBKiosk or APPKiosk.[\ <br>](http://developers.yumpu.com/sectionDocument/sectionDocumentGet.html) [Add Document](https://developers.yumpu.com/api/section-document/sectiondocumentpost) CALL: SECTION DOCUMENT POST\
&#x20;[Delete Document](https://developers.yumpu.com/api/section-document/sectiondocumentdelete) CALL: SECTION DOCUMENT DELETE<br>
