# Send a Fax Use this endpoint for the [Fax](./index.mdx) method to send a Fax. ## Parameters | Parameter | Description | | :- | : | | MediaUrl Required | The URL to the PDF used for the faxs media. | | To Required | The phone number, in E.164 format, the fax will be sent to. | | From required | The phone number, in E.164 format, the fax will be sent from. | | Quality Optional | The quality of the fax. Default is fine. | | StatusCallback Optional | The URL to send a POST request when the status of a fax changes. See [StatusCallback Parameters](#statuscallback-parameters) for parameters. | | Ttl Optional | The number of minutes, after a fax was initiated, SignalWire should wait before attempting to send a fax. | ## Request 200 OK
json { api_version: v1, date_created: 2018-11-26T20:00:00Z, date_updated: 2018-11-27T20:00:00Z, direction: outbound, from: +13103383454, media_url: https://example.com/fax.pdf, num_pages: null, price: null, price_unit: null, quality: null, status: canceled, to: +13104456789, duration: null, links: { media: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Faxes/b3877c40-da60-4998-90ad-b792e98472fx/Media }, url: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Faxes/b3877c40-da60-4998-90ad-b792e98472fx } ## StatusCallback Parameters The StatusCallback request contains the following parameters: | Parameter | Description | | : | :-- | | RemoteStationId Optional | The transmitting subscriber identification (TSID) reported by the fax machine that sent in the fax. | | FaxStatus Optional | The status of the fax. | | OriginalMediaUrl Optional | The original URL passed when a fax is sent. | | NumPages Optional | The number of pages received from a successful fax. | | MediaSid Optional | The SID that uniquely identifies the fax media. | | MediaUrl Optional | The media URL to request to retrieve incoming media. | | ErrorCode Optional | The error code provides more information on a failed fax. | | ErrorMessage Optional | The message explaining the reason for fax failure. |