2023-07-14 14:28:57 -04:00
Unstructured API
#################
2023-11-29 17:24:43 -08:00
Try our hosted API! You can get your API key `here <https://unstructured.io/api-key> `__ now and start using it today.
2023-07-14 14:28:57 -04:00
2023-11-29 17:24:43 -08:00
You will find a more comprehensive overview of the API capabilities. For detailed information on request and response schemas, refer to the `API documentation <https://api.unstructured.io/general/docs#/> `__ .
2023-07-14 14:28:57 -04:00
2023-09-25 21:20:16 -07:00
NOTE: You can also host the API locally. For more information check the `Using the API Locally <https://github.com/Unstructured-IO/unstructured-api> `__ section.
2023-07-14 14:28:57 -04:00
Supported File Types
***** ***** ***** ***** *
========== ========================================================================================================
Category Output
========== ========================================================================================================
Plaintext `` .eml `` , `` .html `` , `` .json `` , `` .md `` , `` .msg `` , `` .rst `` , `` .rtf `` , `` .txt `` , `` .xml ``
Images `` .jpeg `` , `` .png ``
Documents. `` .csv `` , `` .doc `` , `` .docx `` , `` .epub `` , `` .odt `` , `` .pdf `` , `` .ppt `` , `` .pptx `` , `` .tsv `` , `` .xlsx ``
========== ========================================================================================================
NOTE: Currently, the pipeline is capable of recognizing the file type and choosing the relevant partition function to process the file.
2023-11-29 17:24:43 -08:00
.. toctree ::
:maxdepth: 1
2023-08-01 19:47:32 -04:00
2023-11-29 17:24:43 -08:00
apis/api_sdks
apis/usage_methods
apis/azure_marketplace
apis/api_parameters
apis/validation_errors