I was now able to generate a Post Request via API and save a Request_Id in the Database. If i pull the results with Get Call i get a output with multiple Items. In my case a generated Text and a Url to a Image, both are in this Output-text. Any ideas how i can split this?
My Output is this:
[{“keyname”: “key_3rw7j”, “value”: {“data”: “b’Scrambled, fried, poached, or boiled, eggs pair well with bacon, sausage, toast, hash browns, and veggies in omelets.'”, “type”: “text”}}, {“keyname”: “key_kis1g”, “value”: {“data”: “https://images.segmind.com/outputs/a6a9c18a-dd57-4a17-838c-87e8040d9e21.jpg/”, “type”: “image”}}]
You see, it has a structure, but i have no clue how to split it in two different datafields to save the Text and the Image.