Not able to run conversational agent

I tried running conversational agent but every time 400 error is coming. I even updated the version thinking there might be some issue with first deployment. But still no progress

Hi @Utkarsh_Salunke

  • Make sure your API key / endpoint URL is correct and matches the latest deployment.
  • Verify the body payload format; even a small JSON mistake can cause 400.
  • Check headers – Content-Type should be application/json.
  • Ensure the UiPath package version and dependencies match the deployment requirements.
  • Test the same request in Postman first to confirm it works outside UiPath.