Got Stuck?
Forum for Lovense Developers
Click to explore the release pose for Standard Solutions
Support
Document Feedback
Our Standard Solutions enable sending commands to Lovense toys by HTTPS or WebSocket.
Our Standard Solutions enable sending commands to Lovense toys by HTTPS or WebSocket. This is most commonly used by developers of games and other apps.Your users must use Lovense Remote to pair their toys. Lovense Remote is available on here.
Standard API
A simple method to send commands to Lovense toys.
For integrating with
PC Games
PC Applications
Web Games
Web Applications
Standard Socket API
If you are familiar with WebSocket, we recommend using a socket connection based solution.
Standard JS SDK
For a web application, we recommend using the Standard JS SDK.
We offer two different ways of data forwarding solution
- Standard API: based on http callbackUrl
- Standard Socket API: based on socket communication
If you are a web application developer, We recommend that you use the Standard JS SDK directly, it is a javascript implementation of the Standard Socket API solution.