Ajax: Sending attachement with ajax / restApi

Is it possible to use plonerestapi (or similar) to send a mail with a (small) attachement ‘from ajax’ ?
If yes, are there any docs / examples

By restapi, I am thinking about.

        $.ajax({

          url: '@@email-send',

          type: 'POST',

          headers: {

            'Accept': 'application/json',

            'Content-Type': 'application/json'

          },