> ## Documentation Index
> Fetch the complete documentation index at: https://developers.gonitro.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# PDF Services Postman Collection

> Import the Nitro PDF Services Postman collection — test conversion, extraction, transformation, and async job endpoints directly in Postman.

Import our collection to quickly test the PDF Services endpoints in Postman.

## Included endpoints

* ### Authorization
  * Get Bearer Token (POST)
* ### Conversions
  * Word → PDF (POST)
  * Excel → PDF (POST)
  * PowerPoint → PDF (POST)
  * Image → PDF (POST)
  * PDF → Word (POST)
  * PDF → Excel (POST)
  * PDF → Image (POST)
* ### Extractions
  * Extract PDF Text (POST)
  * Extract PDF Form Data (POST)
  * Extract PDF Table Data (POST)
  * Extract and Autodetect Bounding Boxes for PII (POST)
  * Extract Bounding Boxes for Strings (POST)
  * Get PDF Properties (POST)
  * Set PDF Properties (POST)
* ### Transformations
  * Redact Bounding Boxes (POST)
  * Optimize (POST)
  * Flatten (POST)
  * Rotate Pages (POST)
  * Delete Pages (POST)
  * Split (POST)
  * Merge (POST)
  * Password Protect (POST)
  * Password Remove (POST)
* ### Jobs
  * Get Async Job Status (GET)
  * Get Async Job Result (GET)

## How to import into Postman

<Steps>
  <Step title="Download the collection">
    Download the latest collection from our public GitHub repository.

    <a href="https://raw.githubusercontent.com/Nitro/nitro-platform-sample-code/main/postman/Nitro%20Automation%20Platform%20APIs.postman_collection.json" target="_blank">Download Nitro Automation Platform APIs Postman Collection</a>
  </Step>

  <Step title="Import into Postman">
    In Postman, click **Import** in the top left and select the downloaded file. The collection will appear in your workspace.

    <img src="https://mintcdn.com/go-nitro/0xUomOly-LNhxK7b/images/import-postman.png?fit=max&auto=format&n=0xUomOly-LNhxK7b&q=85&s=a154ef148507278958cc0c665080b3e9" width="2866" height="1498" data-path="images/import-postman.png" />
  </Step>

  <Step title="Enter your credentials">
    Open the **Authorization → Get Bearer Token** request. In the **Variables in request** panel on the right, enter your `clientID` and `clientSecret`. The `baseUrl` is pre-set to `https://api.gonitro.dev`.

    <img src="https://mintcdn.com/go-nitro/rpn2XW-lOtTYoJ-S/images/pdf-services-config-postman.png?fit=max&auto=format&n=rpn2XW-lOtTYoJ-S&q=85&s=a0e2070e42dcaf4199b09d1d7bd38ce5" width="2555" height="1323" data-path="images/pdf-services-config-postman.png" />
  </Step>

  <Step title="Send requests">
    Send the **Get Bearer Token** request — the `token` variable is automatically populated. You can now select any endpoint, fill in the request body, and click **Send**.

    <img src="https://mintcdn.com/go-nitro/rpn2XW-lOtTYoJ-S/images/pdf-services-config-postman2.png?fit=max&auto=format&n=rpn2XW-lOtTYoJ-S&q=85&s=5defbe30d291ad4374988b92d9513010" width="2558" height="1310" data-path="images/pdf-services-config-postman2.png" />
  </Step>
</Steps>
