post
https://alpha.emaktalk.com/api/v1/fax/send
This API allows authorized users to send a fax through a specified fax server. The fax can include either a file attachment or a coversheet with a subject and message. Both options are mutually exclusive, meaning at least one of them must be provided. The API also supports specifying language, quality, and a callback webhook URL to receive fax status updates.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Headers:
Authorization: Bearer [Token]
Body:
| Key | Description | Required |
|---|---|---|
| fax_server_id | The ID of the fax server to use for sending the fax | Yes |
| to_number | The Receipient's Phone Number | Yes |
| files | Array of file Objects URL | Yes, if No Coversheet is provided |
| coversheet: { subject: "", message: "" } | JSON Object for Coversheet | Yes, if No Files are provided |
| language | The Language Preference (en-us or fr-ca) | No |
| quality | The Desired Quality for the Fax (high, ultra_dark, ultra_light) | No (high by default) |
| callback_webhook_url | A URL to receive status updates and notifications about the fax | No |
