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
Tell us about the task you want to perform and are unable to do so because the feature is not available
Currently API Dash supports text, json, multipart formdata as request body.
Support should also be provided to attach just a single file.
The contents of the file is sent as bytes and the content-type is application/octet-stream
Example API use case - Send an image in request body and obtain its base64 string form as response.