For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

X2BEE API Testing

index.js
// 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!"
});

New Updates

Use the Release Notes to review the latest X2BEE updates, including new features, improvements, changes, and fixes.

Release Notes

Last updated