My AI Model waits on HTTP requests. I send the POST request with JSON payload from Postman. My AI model stores accurate results as dynamic objects.
At this point, the HTTP POST is status: 202 Accepted. The response window is blank. Postman is presumably waiting for a response, and I want to give it to him.
How can I get my AI model's results back to the postman client, as a JSON formatted response to my original POST request?
Here is my flow. The 3rd step is where I am stuck:
Here is my flow. The 3rd step is where I am stuck: