Pantheon Cloud Developers

Welcome to the Pantheon Cloud Developer API documentation. Our APIs allow you to integrate powerful communication features into your applications.

SMS/MMS API

Send and receive SMS messages worldwide with our reliable SMS/MMS API.

Learn more

RCS

Enhance customer engagement with rich, interactive messaging capabilities through RCS (Rich Communication Services).

Learn more

WhatsApp API

Send and receive messages on WhatsApp with our WhatsApp Business API.

Learn more

Viber

Connect with your customers via Viber messaging through PantheonCloud's API. Build rich conversational experiences with multimedia support.

Learn more

Getting Started

Follow these steps to start integrating with Pantheon Cloud APIs.

Quick Start Guide

  1. Create an account with Pantheon Cloud
  2. Generate your API credentials from the dashboard
  3. Review our API documentation for your preferred service
  4. Start making API calls using your preferred programming language

SMS/MMS API

Our SMS/MMS API allows you to send and receive SMS messages worldwide. With support for multiple languages and global coverage, you can reach your audience wherever they are.

Key Features

  • Global SMS delivery to over 200 countries
  • Two-way SMS communication
  • SMS scheduling and automation
  • Delivery reports and analytics
  • Unicode support for international characters

RCS

RCS (Rich Communication Services) represents the next evolution of SMS messaging, offering rich, interactive capabilities that significantly enhance user engagement. PantheonCloud's RCS platform enables businesses to deliver enhanced messaging experiences with rich media, interactive elements, and real-time communication features.

Key Features

  • Rich media support (images, videos, audio)
  • Interactive elements (buttons, carousels, quick replies)
  • Conversational commerce capabilities
  • Advanced metrics and analytics
  • Enterprise-grade security features

Code Examples

Here's a quick example of how to send an SMS using our API:

JavaScript Example
// Example: Send SMS with JavaScript
const axios = require('axios');

async function sendSMS() {
  try {
    const response = await axios.post('https://api.bitpanyun.com/v1/sms', {
      to: '+1234567890',
      from: '+1987654321',
      text: 'Hello from Pantheon Cloud!'
    }, {
      headers: {
        'Authorization': 'Bearer YOUR_API_KEY',
        'Content-Type': 'application/json'
      }
    });
    
    console.log('SMS sent successfully:', response.data);
  } catch (error) {
    console.error('Error sending SMS:', error.message);
  }
}

Need Help?

Our developer support team is here to help you integrate with our APIs.