Overview
Medsender API lets you send and receive faxes, manage fax numbers, send secure email links, create clients, and run AI on documents.
Quickstart: Send your first fax
Use a test key (sk_test_…) and a small PDF. This posts to the fax API and returns a token to check status.
bash
Endpoints (Customer)
- Sent Faxes:
GET /sent_faxes,GET /sent_faxes/:send_token,POST /sent_faxes - Received Faxes:
GET /received_faxes,GET /received_faxes/:send_token,POST /received_faxes/test_receive,POST /received_faxes/:send_token/forward_as_fax - Fax Numbers:
GET /fax_numbers,GET /fax_numbers/:slug,POST /fax_numbers,PATCH /fax_numbers/:slug - Clients:
GET /clients,GET /clients/:client_id,POST /clients,PATCH /clients/:client_id - Secure Links:
POST /emails,GET /emails/:email_id - AI Documents:
GET /ai_documents,GET /ai_documents/:ai_token,POST /ai_documents
All calls use Authorization: Bearer sk_* with your API key. Test keys start with sk_test_.
Response Examples
Create (Send Fax)
JSON
List (Fax Numbers)
JSON