Issue with JSON Request Body Being Sent as URL-Encoded in Apidog App

Hi Team,
I hope you’re doing well. I wanted to report an issue I’m facing with the request body format in the Apidog desktop application.
Many of my APIs are designed to accept JSON request bodies. In the API documentation website, in the “Try it out” section, the body is correctly displayed as JSON. However, when I test the same endpoints using the Apidog app, the request body is being sent as x-www-form-urlencoded, which leads to errors in the API response, since the APIs are not expecting this format.
This inconsistency is affecting testing and automation flows. Could you please look into this.
Looking forward to your support.

Hi Hamza Nasir,

I tried to reproduce the issue but couldn’t replicate it. Could you please share screenshots of the following to help us better understand and locate the problem?

  1. The request parameter settings in the API documentation within the app
  2. The “Try it out” section in the web-published documentation
  3. The request being sent as x-www-form-urlencoded in the app

Looking forward to your response.