Ross
06/19/2024, 3:17 PMVapi
06/19/2024, 3:18 PMVapi
06/19/2024, 3:18 PMinput parameter expected to be a string. The error message suggests that the system is trying to call the replace method on something that it's treating as a string, but it's actually not a string, hence the error.
To resolve this, please check the data you're sending in your API request, especially the input parameter. Ensure that it is indeed a string. If you're passing an object or an array, you might need to convert it to a string first.
If you've verified that the input is a string and you're still encountering this error, there may be an issue with the API or the way the request is being constructed. In that case, please provide more details or check the API documentation to ensure that the request is formatted correctly.
If you need further assistance with the specifics of the API call or the error, please ask support for more info on this.Vapi
06/19/2024, 3:18 PMVapi
06/19/2024, 3:20 PMVapi
06/19/2024, 3:20 PM