Skip to main content
Quickstart
1

Create a Fax.Plus Account

Fax.Plus API is available for enterprise plan only
Please sign up on the Fax.Plus Platform to get started.
2

Get Your API Key

Please visit the Integrations page to get your API key.
3

Upload a file

To send a fax, you need to upload a file to the Fax.Plus server. The file can be in PDF, TIFF, Word, Excel, RTF or image format.
Once the file is uploaded, you will receive a path in the response. You will need this path to send a fax.
4

Send a fax

To send a fax, you need to provide the recipient’s fax number and the file path you received in the previous step.
On success, the API will return a response with return a list of fax IDs. Each fax ID represents a fax that was sent to a recipient.

Go further

  • Get notified when the fax status changes with webhooks
  • Explore our API online or download the reference in the OpenAPI format