> ## Documentation Index
> Fetch the complete documentation index at: https://unstructured-53-kapa-ai.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

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 have several methods of accessing it. The functionality is the same across different methods.

Choose your preferred method:

* [Sending POST requests to Unstructured API](/api-reference/api-services/post-requests)
* [Using Python SDK](/api-reference/api-services/python-sdk)
* [Using JavaScript SDK](/api-reference/api-services/javascript-sdk)
* [Using API by calling `partition_via_api()` from Python code](/api-reference/api-services/partition-via-api)

The API parameters for all these methods are documented on the [API parameters](/api-reference/api-services/api-parameters) page.

If you'd like to try out the Unstructured API interactively, you can do so via the [Swagger UI](https://api.unstructured.io/general/docs#/default/pipeline_1_general_v0_general_post).
Make sure to have your API key on hand.

1. Go to  [Swagger UI](https://api.unstructured.io/general/docs#/default/pipeline_1_general_v0_general_post).
2. Click "Try it out" for interactive testing.
3. Enter your API key in the "unstructured-api-key" field.
4. Choose your parameters in the "Request body".
5. Click "execute" to send the request.
6. Download or view the JSON output.
