Amazon Bedrock Chat with History > Using the Amazon Bedrock Chat with History recipe > Step 5. Invoke the process
  

Step 5. Invoke the process

The Amazon Bedrock Chat with History process is called by an HTTP request. When you invoke the process, it creates a file with history after your first question.
  1. 1Open the Amazon Bedrock Chat with History process and click Actions > Properties Detail > Copy Service URL.
  2. 2Open a text editor and add the input fields and values to the service URL as shown in the following format:
  3. <Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?User_Prompt=<User_Prompt>&Path_To_File_With_History=<C:/folder>/&User_ID=<User_ID>
  4. 3Open a browser and paste the service URL.
You can also invoke the process using the Run Using option, REST or SOAP API endpoints in any API clients such as cURL, Postman, SOAP UI, or through any programming language.