Send Image in Request

Can anyone tell me how we can send and manage image file as a request. like when user will send the image to our chatbot then how to get that image and manage?

1 Like

Hi @haneef!

I think you should using forms and combine it with custom actions:

With forms can enter any type of input, then be analyzed and processed with python through custom actions.

1 Like

@matias18233 in forms i am not able to train our bot because my image is in blob format so each time new data occurs. So what i did is i handle image things in front-end and it works well.

great!

is there any repository maintained, where you have implemented?

1 Like