# Postman Integration

<div align="left"><figure><img src="/files/y2yBc3LbuDb3UnlwB0pz" alt=""><figcaption></figcaption></figure></div>

To help you get started quickly with the Extracta LABS API, we have created a comprehensive Postman collection. This collection includes all the API endpoints, complete with example requests and responses, making it easier for you to test and integrate with our API.

### How to Use the Postman Collection

* **Import the Collection into your Postman account:** <https://www.postman.com/extracta/workspace/extracta-ai-workspace/collection/35309516-6de7ea3c-857e-486e-b721-7488189881bf?action=share&creator=35309516>
* **Set Up Your Environment:**
  * Configure your variables in **Collection -> Variables** to include your **API key**.
  * How to make an API Key: [Authentication](/api-reference/authentication.md)

<figure><img src="/files/AqwQvYSrAWlm9QcRO2YW" alt=""><figcaption></figcaption></figure>

* **Explore the API Endpoints:** You can easily navigate through the endpoints and see example requests and responses.

### Import directly the collection by JSON File.

* **Download JSON File with API Endpoints**: <https://drive.google.com/file/d/1PLK1a2-LPr30XBfEdJYaCNmiFx34J-PU/view?usp=sharing>
* **Import the file in Postman as in the screenshot below:**

<figure><img src="/files/oaTqdKlJ85dMAK9RY1d4" alt=""><figcaption></figcaption></figure>

### Benefits of Using the Postman Collection

* **Quick Start:** Instantly access all available API endpoints with pre-configured requests.
* **Ease of Use:** Easily test different endpoints and see example responses without writing any code.
* **Consistency:** Ensure that you are using the correct request formats and parameters as per our latest API specifications.

### Additional Resources

* **API Endpoints Page:** [API Endpoints - Data Extraction](/data-extraction-api/api-endpoints-data-extraction.md)
* **Support:** If you encounter any issues or have questions, please visit [Contact Us](/contact/contact-us.md) page.

We hope this Postman collection makes your development process smoother and more efficient. Happy coding!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.extracta.ai/data-extraction-api/postman-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
