Problem: API does not receive input prompt despite correct configuration

I am trying to send a request to the Promptly Application in the HTTP module, but I keep getting a response indicating that the API is waiting for an input prompt.

I have followed the API documentation and configured the HTTP request as follows, see attachment.

Despite me sending this request body with the “request” field, the API responds with a message that it is still waiting for an input prompt.

I have tried various permutations of the request body, including using the “prompt” field instead of “request,” but the problem persists.

Can someone please help me resolve this problem? I would be very grateful for any guidance on how to format the request body correctly or what other configuration changes are needed to successfully send a prompt to the API and receive a valid response.

Thanks in advance for your help!

Looks like your request data/content does not match the same structure as the one presented in the documentation

2 Likes

Thanks Samliew for your replay!
Did upload the wrong images :expressionless:

What was missing where two extra {}

2 Likes

Glad you managed to figure it out :slight_smile:

2 Likes