Connect cell phones to AI agents.
With the SALPRE Box, you can hand off every incoming and outgoing call to AI agents.
Just connect your phone into a SALPRE Box and your AI agents will handle conversations, answer calls, make calls 24/7.

Made Easy For Developers
Connect and Automate your workflow with Salpre Box devices using our developer services.
If a cell phone connected to a Salpre Box you can make calls, receive calls from all around the word using our developer services.
curl --location --request POST 'https://ai.salpre.com/api/gateway/v1/call/make-call' \
--header 'account-secret-key: YOUR_API_KEY' \
--form 'from="salprebox:EXAMPLE_SERIAL_NO"' \
--form 'to="+905xxxxxxxxx"' \
--form 'agent_id="5"'
const myHeaders = new Headers();
myHeaders.append("account-secret-key", "YOUR_API_KEY");
const formdata = new FormData();
formdata.append("from", "salprebox:EXAMPLE_SERIAL_NO");
formdata.append("to", "+905xxxxxxxxx");
formdata.append("agent_id", "5");
const requestOptions = {
method: "POST",
headers: myHeaders,
body: formdata,
redirect: "follow"
};
fetch("https://ai.salpre.com/api/gateway/v1/call/make-call", requestOptions)
.then(response => response.json())
.then(result => console.log(result))
.catch(error => console.log("error", error));
const myHeaders = new Headers();
myHeaders.append("account-secret-key", "YOUR_API_KEY");
const formdata = new FormData();
formdata.append("device_embedded_id", "EXAMPLE_SERIAL_NO");
const requestOptions = {
method: "POST",
headers: myHeaders,
body: formdata,
redirect: "follow"
};
fetch("https://ai.salpre.com/api/gateway/v1/salprebox/check-device-connection", requestOptions)
.then(response => response.json())
.then(result => console.log(result))
.catch(error => console.log("error", error));
{
"event_type": "call_initiated",
"timestamp_utc": 1760084505,
"payload": {
"call_id": 1,
"from": "+905555555555",
"to": "+905555555554",
"direction": "outbound",
"source": "salprebox:SALPRE_AABBCCDD"
},
"is_test": true
}
{
"event_type": "transcript",
"timestamp_utc": 1760084622,
"payload": {
"call": {
"id": 1,
"from": "+905555555555",
"to": "+905555555554",
"source": "salprebox:SALPRE_AABBCCDD",
"direction": "outbound"
},
"type": "customer",
"transcript": "Hello, how are you?",
"timestamp_utc": "111111"
},
"is_test": true
}
{
"event_type": "call_ended",
"timestamp_utc": 1760084597,
"payload": {
"from": "+905555555555",
"to": "+905555555554",
"direction": "outbound",
"source": "salprebox:SALPRE_AABBCCDD",
"call_id": 1,
"transcript": [
{
"type": "ai",
"message": "Greeting message"
},
{
"type": "customer",
"message": "customer message 1",
"utc_timestamp": "111111"
},
{
"type": "ai",
"message": "Ai response 1",
"utc_timestamp": "111111"
}
]
},
"is_test": true
}
Our Technology
SALPRE Box
The world’s first AI adapter crafted for mobile phones. Now, any phone can be powered by AI agents. Allows an agent to answers incoming calls or make outbound calls for you. Handling everything from simple order-status update calls to complex appointment scheduling calls can be made by a SALPRE Box.
Features:
Battery Life: 6-10 hour
Size: 3.3 inc x 2.1 inc
Compatibility: IOS and Android

# WHEN ANSWERING CALLS
TAKES NOTES ANSWER QUESTIONS SCHEDULE APPOINTMENTS LISTEN CUSTOMERS RECORD CALLS TRANSCRIPT CONVERSATIONS COLLECT FEEDBACKS AND MORE
#WHEN MAKING CALLS
MAKE SALES DATA SEGMENTATION LEAD QUALITY CHECK TAKE APPOINTMENTS MAKES SURVEYS ASK FOR REVIEW SEND REMINDERS SUGGEST PRODUCTS CONFIRM APPOINTMENTS SCHEDULE DEMOS REQUEST FEEDBACK OFFER DISCOUNTS PROMOTE EVENTS UPDATE CUSTOMERS VERIFY DETAILS THANK CLIENTS AND MORE
Works with almost all brands








Send and receive only voice without any interaction like artificial intelligence.
Use Case Examples
Here is some example use cases for an SALPRE AI agents.
24/7 Availability
Ensure every call is answered at any hour, capturing leads and supporting customers even outside business hours.
Payment Reminders Without Hassle
Deliver courteous reminders for upcoming or overdue invoices, reducing receivables and boosting cash flow.
FAQ & Knowledge Base Access
Answer frequently asked questions instantly, drawing on your up-to-date product or policy database.
Customer Feedback Collection
Solicit ratings and comments immediately after service interactions to capture insights while they’re fresh.
Intelligent Call Screening
Automatically filter out spam and robo-calls while prioritizing genuine customer inquiries for live follow-up.
Targeted Promotional Offers
Share personalized discounts or product recommendations based on past purchases or browsing behavior.
Technologies We Use




Most Common Questions
The Salpre Box is a hardware device that acts as a bridge between your mobile phone and an AI voice agent. It connects to your phone via Bluetooth, effectively allowing a custom-built AI to answer your incoming calls and make calls using your phone.
The problem it solves is simplification.
Traditionally, deploying an AI to handle phone calls requires complex and expensive integrations with VoIP systems and telephony providers. This can be a major technical barrier for many businesses. Salpre Box eliminates that complexity, allowing you to automate your phone line in minutes using your existing phone and number.
The key difference lies in its approach to integration and simplicity:
Uses Your Existing Phone & Number: Unlike software solutions that often require you to port your phone number to their service (a process that can take days or weeks), the Salpre Box works with your current mobile phone and number.
Instant Deployment: Setup is plug-and-play. You can be live and have an AI answering your calls within minutes, completely avoiding the technical setup of SIP trunks or API-based telephony.
Cellular Reliability: It leverages your phone's reliable cellular connection for calls, which can offer better quality and consistency than some internet-dependent VoIP services.