<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Utility-HTTP-REST API-Images in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-REST-API-Images/m-p/120291#M53178</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First thing you want to make sure of is that you're using the latest &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO from the DX.&lt;/P&gt;&lt;P&gt;For the first API call, I imagine you're going to need to save the image to a local file at least temporarily. If so, You'll want to use the &lt;EM&gt;&lt;STRONG&gt;HTTP Request File&lt;/STRONG&gt;&lt;/EM&gt; action and set the appropriate input parameters (ex. &lt;STRONG&gt;Method&lt;/STRONG&gt; will be "GET", &lt;STRONG&gt;FilePath&lt;/STRONG&gt; will be set to a fully qualified path a file name for where you want to save the file to, etc).&lt;/P&gt;&lt;P&gt;For the second API call, you'll want to look at the &lt;EM&gt;&lt;STRONG&gt;HTTP Request Multipart&lt;/STRONG&gt;&lt;/EM&gt; action. This will let you set a multipart form upload submission. Set the &lt;STRONG&gt;Method&lt;/STRONG&gt; to "POST". You'll also need to pass in a Collection for the &lt;STRONG&gt;FileMetadata&lt;/STRONG&gt; input. It's not clear if you might also need to populate a Collection for the &lt;STRONG&gt;FieldMetadata&lt;/STRONG&gt; input too as your image doesn't show all the headers or the body content.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 17:33:35 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2025-05-08T17:33:35Z</dc:date>
    <item>
      <title>Utility-HTTP-REST API-Images</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-REST-API-Images/m-p/120249#M53170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need a help on handling images on REST APIs with Utility-HTTP object.&lt;/P&gt;&lt;P&gt;I have 2 requests to make to 2 different APIs. One request will respond with an image in the body in some format. In the second request I need to post the same image using another API call. How can I do this?&lt;BR /&gt;&lt;BR /&gt;1st API Call in Postman:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DipinDevP_0-1746681130681.png" style="width: 1225px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/40792iE4B30065DBAD6B64/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DipinDevP_0-1746681130681.png" alt="DipinDevP_0-1746681130681.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2nd API call in Postman:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DipinDevP_1-1746681266800.png" style="width: 945px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/40793iEF5D77D098D02E2A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DipinDevP_1-1746681266800.png" alt="DipinDevP_1-1746681266800.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please anyone help me to achieve same in the Blue Prism.&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2151"&gt;@Neel1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2091"&gt;@steven.boggs&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1537"&gt;@shashank.kumar280&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1383"&gt;@RonanConsidine&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 05:22:29 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-REST-API-Images/m-p/120249#M53170</guid>
      <dc:creator>DipinDevP</dc:creator>
      <dc:date>2025-05-08T05:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Utility-HTTP-REST API-Images</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-REST-API-Images/m-p/120291#M53178</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/58907"&gt;@DipinDevP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First thing you want to make sure of is that you're using the latest &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO from the DX.&lt;/P&gt;&lt;P&gt;For the first API call, I imagine you're going to need to save the image to a local file at least temporarily. If so, You'll want to use the &lt;EM&gt;&lt;STRONG&gt;HTTP Request File&lt;/STRONG&gt;&lt;/EM&gt; action and set the appropriate input parameters (ex. &lt;STRONG&gt;Method&lt;/STRONG&gt; will be "GET", &lt;STRONG&gt;FilePath&lt;/STRONG&gt; will be set to a fully qualified path a file name for where you want to save the file to, etc).&lt;/P&gt;&lt;P&gt;For the second API call, you'll want to look at the &lt;EM&gt;&lt;STRONG&gt;HTTP Request Multipart&lt;/STRONG&gt;&lt;/EM&gt; action. This will let you set a multipart form upload submission. Set the &lt;STRONG&gt;Method&lt;/STRONG&gt; to "POST". You'll also need to pass in a Collection for the &lt;STRONG&gt;FileMetadata&lt;/STRONG&gt; input. It's not clear if you might also need to populate a Collection for the &lt;STRONG&gt;FieldMetadata&lt;/STRONG&gt; input too as your image doesn't show all the headers or the body content.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 17:33:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-REST-API-Images/m-p/120291#M53178</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2025-05-08T17:33:35Z</dc:date>
    </item>
  </channel>
</rss>

