Download File

Download the file of a specific fax id

GET or POST Request

https://v1.api19.com/fax/download

Send us a GET or POST request with your key and fax id.

This will deliver the fax back to you or if no file can be found, we will return an http code 500 and a json object.

Argument

Required

Type

key

yes

api key

fax_id

yes

fax id

curl -X POST https://v1.api19.com/fax/download\
 -d "fax_id=234234" \
 -d 'key=your-key'

Last updated