Upload images via api using java code

Hello Strapi’s experts !

i’m starting with Strapi and a little bit lost with the upload API.

Actually, i’m using java code to create entities via the standard api and it works perfectly

the thing is that i want to upload some images (using java) but i dont know if it’s doable via the upload API. if i understand well the upload API is not JSON based? i mean that i would have use javascript to perform the upload?

thank you a lot for your help

Jelti


the upload api is out of my head multipart/form-data aka you can add files: and that would be the files you upload