Importing the Trellix IVX Cloud API into Postman

Prev Next

The Trellix IVX Cloud RESTful API allows you to submit files for malware analysis, search hash values, and retrieve reports. You can import the OpenAPI specification into Postman to test and integrate IVX Cloud API into your workflow.

The IVX Cloud API documentation is available only through the Web UI. To access it, navigate to ResourcesAPI within the UI.

Note

For customers in the EU or Japan, ensure you use the correct regional endpoint URL in your environment settings to avoid request failures.

Before you begin:
  • An active Trellix IVX Cloud account.

  • The Postman desktop application.

  • Your API key from the IVX Cloud web UI.



  1. Obtain the API specification

    Access the YAML file URL from the IVX Cloud web UI.

    1. Log in to the Trellix IVX Cloud web UI.

    2. Navigate to ResourcesAPI.

    3. Copy the Trellix IVX Cloud API YAML file URL.

      IVX_Cloud_YAML_url.png
  2. Import the IVX Cloud collection to Postman

    Link the IVX Cloud schema to your workspace.

    1. Open the Postman application and click Import in the top-left.

      IVX_CLoud_import_api.png
    2. Select the Link tab and paste the YAML file URL that you copied before.

    3. Click Continue. Postman automatically creates the collection.

  3. Configure authentication

    Authorize your Postman environment using your API key.

    1. In Postman, right-click the new Trellix collection and select Edit.

    2. Navigate to the Authorization tab.

    3. Paste your API key into the Value field and click Update.

  4. Validate the integration

    Test the connection by submitting a sample file for analysis.

    1. Within the Trellix collection, select the first POST request: Submit a single file for analysis.

    2. Click the Body tab.

    3. Locate the file key. Change the type from Text to File using the dropdown menu.

      IVX_Cloud_set_file_type.png
    4. In the Value field, click Select Files and choose a sample file from your computer.

    5. Uncheck optional parameters to exclude them from the analysis submission.

      IVX_Cloud_uncheck_params.png
    6. Click Send. A successful response appears in the bottom pane.

      IVX_Cloud_submit_request.png