Basics
Whether you’re using the free Unstructured API, the SaaS Unstructured API, Unstructured API on Azure/AWS or your local deployment of Unstructured API, you can work with the API by sending POST requests to it. Let’s start with a simple example in which you send an email file (*.eml) to partition via Unstructured API:
https://api.unstructured.io/general/v0/general. Note, however, that you still need to authenticate yourself with
your individual API Key. Learn how to obtain an API key in the Getting Started section of the documentation:
Free Unstructured API guide and SaaS Unstructured API guide.
If you are using the SaaS Unstructured API, you need to replace the URL in this example with the unique API URL that you have
received in the same email as your API key. For Unstructured API on Azure/AWS, use the API URL that you
configured through those services.
Parameters & examples
The API parameters are the same across all methods of accessing the Unstructured API.- Refer to the API parameters page for the full list of available parameters.
- Refer to the Examples page for some inspiration on using the parameters.

