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
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
The idea would be to be able to send inside sendMessage a base64 encoded image as to get also an analysis on it. There is an endpoint https://www.bing.com/images/kblob from which through a POST I believe you can generate a blobId, processedBlobId.
Once the kblob is generated, a GET request is performed to assess that the upload is successful (?).
Anyone knows how to do it?
Thank you :)
The text was updated successfully, but these errors were encountered:
The idea would be to be able to send inside
sendMessage
a base64 encoded image as to get also an analysis on it. There is an endpointhttps://www.bing.com/images/kblob
from which through a POST I believe you can generate ablobId
,processedBlobId
.Once the kblob is generated, a GET request is performed to assess that the upload is successful (?).
Anyone knows how to do it?
Thank you :)
The text was updated successfully, but these errors were encountered: