Develop with Document!
A single place for X2BEE project development and API guides. Find the essential guidance quickly and start developing with confidence
X2BEE Guides
API Reference
Try the APIs without implementing code or configuring an environment. Clear endpoint guidance, ready-to-copy examples, and a fast authentication process help you get started in minutes rather than hours.
The English API Reference draft intentionally contains no OpenAPI-generated content.
// Import the SDK
import ExampleAPI from "example-api";
// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });
// Send your first message
const response = await client.messages.send({
message: "Hello, world!"
});
Last updated



