Skip to main content

Send a Fax

POST 

/Accounts/:AccountSid/Faxes

Send a fax.

Permissions

The API token must include the following scopes: Fax.

Request

Path Parameters

    AccountSid uuidrequired

    The Project ID that uniquely identifies the Account to retrieve.

Body

    MediaUrlstringrequired

    The URL hosting the received media. Can use this URL to download incoming media. Optionally pass a username and password using the format "https://user:pass@example.com/path/to/fax.pdf".

    Example: https://example.com/fax.pdf
    Tostringrequired

    The phone number, in E.164 format, the fax was sent to.

    Example: +13104456789
    Fromstringrequired

    The phone number, in E.164 format, the fax was sent from.

    Example: +13103383454
    Qualitystring

    The quality of the fax.

    Possible values: [standard, fine, superfine]

    Example: standard
    StatusCallbackstring

    The URL to send a POST request when the status of a fax changes. See here for the list of parameters passed back to your endpoint.

    Example: https://your-api-endpoint.com/path

Responses

OK

Schema

    account_sidstring

    The unique identifier for the account this fax is associated with.

    Example: b3877c40-da60-4998-90ad-b792e98472ac
    api_versionstring

    The version of the SignalWire API.

    Example: v1
    date_createdstring

    The date and time, in ISO 8601 format, the fax was created.

    Example: 2018-11-26T20:00:00Z
    date_updatedstring

    The date and time, in ISO 8601 format, the fax was updated.

    Example: 2018-11-27T20:00:00Z
    directionstring

    The direction of the fax. Possible values are inbound or outbound.

    Possible values: [inbound, outbound]

    Example: outbound
    fromstring

    The phone number, in E.164 format, the fax was sent from.

    Example: +13103383454
    media_urlstring

    The URL hosting the received media. Can use this URL to download incoming media. Optionally pass a username and password using the format "https://user:pass@example.com/path/to/fax.pdf".

    Example: https://example.com/fax.pdf
    media_sidstring

    ThThe unique identifier for the media instance associated with the fax instance.

    Example: b3877c40-da60-4998-90ad-b792e98472me
    num_pagesstring

    The number of pages in the fax document.

    Example: null
    pricestring

    The cost of the fax.

    Example: null
    price_unitstring

    The currency, in ISO 4217 format, of the price.

    Example: null
    qualitystring

    The quality of the fax.

    Possible values: [standard, fine, superfine]

    Example: standard
    sidstring

    The unique identifier of the fax.

    Example: b3877c40-da60-4998-90ad-b792e98472fx
    statusstring

    The status of the fax.

    Possible values: [queued, processing, sending, delivered, receiving, received, no-answer, busy, failed, canceled]

    Example: queued
    tostring

    The phone number, in E.164 format, the fax was sent to.

    Example: +13104456789
    durationinteger

    The time, in seconds, it took to deliver a fax.

    Example: 5000

    links

    object

    The URL links for resources associated with the fax.

    mediastring

    Media associated with this fax.

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Faxes/b3877c40-da60-4998-90ad-b792e98472fx/Media
    urlstring

    The URL of this resource.

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Faxes/b3877c40-da60-4998-90ad-b792e98472fx
    error_codestring

    Error code for this resource (if available).

    Example: 34004
    error_messagestring

    The description of this error (if available).

    Example: The call dropped prematurely