Imgur Api ? Can be or Not?

Is there anyway to use imgur api… if yes clarifify something
Abt this docs
https://apidocs.imgur.com

What’s your doubt exactly?

I want to upload images on imgur using api !

Well that’s obvious. But you know already the link for the api so you must have had difficulty with something specific, no?

curl --request POST \
  --url https://api.imgur.com/3/image \
  --header 'Authorization: Client-ID {{clientId}}' \
  --header 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \
  --form image=R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7

multipart/form-data is not available in the web component, so it seems to be not possible
Taifun

Is it possible of flicker ?

Couldn’t it be done through Chrome Custom Tabs component?
I never used it before so may be I am crazy, but as much as I understood the custom tabs would basicly allow to execute all the functions of a browser…