Send multimedia messages with images and videos
JPG, PNG, GIF
MP4, MOV
Full MMS support
SMS if needed
X-Smsly-Key-Id: sk_live_xxx
X-SMSLY-SDK-KEY: sdk_live_xxx
from smsly import SMSly
# === DUAL KEY SECURITY ===
client = SMSly(
api_key="sk_live_xxx",
sdk_key="sdk_live_xxx"
)
# Send MMS with image (type REQUIRED)
response = client.mms.marketing(
to="+1234567890",
media_url="https://example.com/product.jpg",
message="Check out our new product! 🎉"
)
print(f"Message ID: {response.message_id}")/v1/mms/sendSend MMS message/v1/mms/bulkSend bulk MMS/v1/mms/:idGet MMS status/v1/mmsList MMS messages