A valid request URL is required to generate request examples
{ "status": "success", "message": "Operation completed successfully" }
Allows a mobile app user to send an image to a specific assistant. The sender’s token is passed in the body.
JWT Access Token of the sender (mobile app user).
"eyJ..."
ID of the assistant user to whom the media is sent.
101
Path or URL to the image/audio file.
"http://example.com/media/image1.jpg"
Image sent successfully.
"success"
"Operation completed successfully"