Keep your customers information secure. All faxed documents are deleted immediatly after a successful or failed fax transmision.
The HEG Fax API converts single or multi-page PDF files hosted on any remote server into a fax within a few seconds.
Like all of our telecom API's our Fax API supports instant call backs to your URL so you know immediately when your fax is sent.
POST/GET https://voiceapi.cloud/API/json/Fax/OriginateFax { "fax": { "call_uuid": "3b08c23e-c76b-4187-ac4e-7dce2f80bce6", "FaxTo": "18017520000", "DocumentUrl": "http%3A%2F%2Fteleoh.com", "caller_name": "Hawkins E Group", "caller_id_number": "18175551212", "callbackUrl": "" } }
Sending a PDF file as a fax is as simple as making a HTTP POST or GET requst to the OriginateFax API. You can choose to have results returned in XML or JSON format by specifying the format in the URL. Once your fax is in the queue it will usually be sent within the next five minutes.