how to pass a image or bytestream In apigee

how can i pass an image in apigee

I want to pass an image through Apigee layer and getting it in response.

0 4 303
4 REPLIES 4

the same way you would pass a payload with any other content-type.

What did you try?

Also: Apigee is intended to proxy API requests. If you're passing images as your first project, you're probably mis-using Apigee or using it against design intentions.

I have to post an image in database and have to retrieve it by get operation in an iamgeview and the image will be in pdf format

Not applicable

you can make a request in postman by going under body selecting binary. There select the image file, it will by default take the content type for the image. And hit the request.

I have to post an image in database and have to retrieve it by get operation in an image view and the image will be in pdf format