dipp REST API
    dipp REST API
    • Welcome to dipp REST API
    • OAuth Integration
      • Dipp OAuth Integration Guide
      • OpenID Connect Discovery
        GET
      • Authorization Endpoint
        GET
      • Token Endpoint
        POST
      • UserInfo Endpoint
        GET
      • UserInfo Endpoint (POST)
        POST
      • Token Revocation Endpoint
        POST
      • JSON Web Key Set
        GET
    • Get brands
      GET
    • Get layouts
      GET
    • Download CSV template
      GET
    • Get current quotation
      GET
    • Create campaign
      POST
    • Get campaigns
      GET
    • Download product bundle image by data
      POST

      Download product bundle image by data

      POST
      /brand-api/resource/product_bundle/download_image
      Download Product Bundle image.

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Body Params application/json

      Example
      {
          "category": "string",
          "height": 0,
          "width": 0,
          "temporary": true,
          "name": "string",
          "tags": [
              "string"
          ],
          "ad_components": [
              null
          ]
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.withdipp.com/brand-api/resource/product_bundle/download_image' \
      --header 'Authorization: Bearer <token>' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "category": "string",
          "height": 0,
          "width": 0,
          "temporary": true,
          "name": "string",
          "tags": [
              "string"
          ],
          "ad_components": [
              null
          ]
      }'

      Responses

      🟢200OK
      image/png
      Error
      Body

      🟢200Success
      Modified at 2025-08-29 07:22:38
      Previous
      Get campaigns
      Built with