You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API will reject API calls with invalid UTF-8 content with a 406 "Not Accepted" error, but this could be avoided by scrubbing the input before sending it.
There seems to be a way to do this using Buffer to force-encode things.