Global Relay website screenshot

Global Relay

Global Relay is an enterprise-grade archiving and compliance platform for electronic communications including email, instant messaging, voice, video, and collaboration tools across regulated industries. It provides APIs for archiving conversations, emails, voice recordings, and event feeds from social media and collaboration platforms, ensuring organizations meet their compliance and regulatory requirements through secure, tamper-proof archiving with OAuth 2.0 authenticated REST APIs.

4 APIs 0 Features
ArchivingComplianceData RetentionEmail SecurityRegulatory Compliance

APIs

Global Relay Conversation Archiving API

The Global Relay Conversation Archiving API provides a RESTful interface to seamlessly integrate messaging platforms with the Global Relay Archive. It enables secure capture and...

Global Relay Email Archiving API

The Global Relay Email Archiving API provides a RESTful interface to capture and archive email content and metadata into the Global Relay Archive. It supports archiving emails w...

Global Relay Voice Archiving API

The Global Relay Voice Archiving API provides a RESTful interface to capture and archive audio and video recordings, including call recordings and meeting recordings, into the G...

Global Relay Event Archiving API

The Global Relay Event Archiving API (EventFeed) provides a RESTful interface to integrate collaboration platforms, customer experience tools, and social media sites with the Gl...

Collections

Pricing Plans

Rate Limits

Global Relay Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Global Relay Context

31 classes · 15 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Global Relay Voice Archiving API
  version: 2.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Voice
    type: folder
  items:
  - info:
      name: Global Relay Archive a voice or video recording
      type: http
    http:
      method: POST
      url: https://voice.api.globalrelay.com/v2/voice
      body:
        type: json
        data: '{}'
    docs: Archives a voice or video call recording to the Global Relay Archive. Each request must include a unique requestId
      (UUID). Audio and video files must be uploaded via the /files endpoint before being referenced in this request. The
      maximum data payload is 3.5MB excluding file attachments.
- info:
    name: Files
    type: folder
  items:
  - info:
      name: Global Relay Upload a voice or video file
      type: http
    http:
      method: POST
      url: https://voice.api.globalrelay.com/v2/files
      body:
        type: multipart-form
        data: []
    docs: Uploads an audio or video file to be referenced in a voice archive request. Files must be uploaded before they are
      referenced in a /voice request.
bundled: true