Telefonie website screenshot

Telefonie

Telefonie is a cloud communications platform providing programmable telephony, voice, SMS, and number management APIs for developers and businesses. The platform enables developers to build voice calling, SMS messaging, number provisioning, and call recording capabilities into their applications. Telefonie supports WebRTC, SIP trunking, and REST APIs for building modern communication workflows.

4 APIs 0 Features
Call RecordingCPaaSMessagingNumber ProvisioningSMSTelecommunicationsTelephonyVoiceVoIP

APIs

Telefonie Voice API

Make, receive, and control phone calls programmatically. Supports outbound dialing, inbound call handling, call routing, IVR (Interactive Voice Response), call transfer, confere...

Telefonie SMS API

Send and receive SMS and MMS messages globally. Supports one-way notifications, two-way conversations, bulk messaging, unicode (international character sets), delivery receipts,...

Telefonie Number Management API

Search, purchase, configure, and manage phone numbers across multiple countries and number types (local, national, toll-free, mobile). Supports number portability (LNP), number ...

Telefonie Call Recording API

Record, store, and retrieve call recordings. Supports dual-channel recording, on-demand recording, automatic recording, transcription, storage management, compliance archiving, ...

Collections

Pricing Plans

Telefonie Plans Pricing

1 plans

PLANS

Rate Limits

Telefonie Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Telefonie Context

5 classes · 21 properties

JSON-LD

API Governance Rules

Telefonie API Rules

12 rules · 4 errors 4 warnings 4 info

SPECTRAL

JSON Structure

Telefonie Call Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔑
Authentication
Authentication
🚀
GettingStarted
GettingStarted
🔗
RateLimits
RateLimits
📦
SDKs
SDKs
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📝
Signup
Signup
🔗
Login
Login
📰
Blog
Blog
💰
Pricing
Pricing
📄
ChangeLog
ChangeLog
👥
GitHub
GitHub

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Telefonie Voice API
  version: v1
request:
  auth:
    type: apikey
    key: X-API-Key
    value: '{{X-API-Key}}'
    placement: header
items:
- info:
    name: Calls
    type: folder
  items:
  - info:
      name: List Calls
      type: http
    http:
      method: GET
      url: https://api.telefonie.com/v1/voice/calls
      params:
      - name: status
        value: ''
        type: query
        description: Filter by call status
      - name: direction
        value: ''
        type: query
        description: Filter by call direction
      - name: from
        value: ''
        type: query
        description: Filter calls from this phone number
      - name: to
        value: ''
        type: query
        description: Filter calls to this phone number
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: page_size
        value: ''
        type: query
        description: Number of results per page
    docs: Retrieve a paginated list of calls with optional filtering by status, direction, or date range.
  - info:
      name: Initiate Call
      type: http
    http:
      method: POST
      url: https://api.telefonie.com/v1/voice/calls
      body:
        type: json
        data: '{}'
    docs: Initiate an outbound phone call to a specified number.
  - info:
      name: Get Call
      type: http
    http:
      method: GET
      url: https://api.telefonie.com/v1/voice/calls/:call_id
      params:
      - name: call_id
        value: ''
        type: path
        description: Unique identifier for the call
    docs: Retrieve details about a specific call by its ID.
  - info:
      name: Update Call
      type: http
    http:
      method: POST
      url: https://api.telefonie.com/v1/voice/calls/:call_id
      params:
      - name: call_id
        value: ''
        type: path
        description: Unique identifier for the call
      body:
        type: json
        data: '{}'
    docs: Modify an in-progress call — mute, hold, transfer, or redirect to a new URL.
  - info:
      name: End Call
      type: http
    http:
      method: DELETE
      url: https://api.telefonie.com/v1/voice/calls/:call_id
      params:
      - name: call_id
        value: ''
        type: path
        description: Unique identifier for the call
    docs: Hang up an in-progress or ringing call.
- info:
    name: Conferences
    type: folder
  items:
  - info:
      name: List Conferences
      type: http
    http:
      method: GET
      url: https://api.telefonie.com/v1/voice/conferences
      params:
      - name: status
        value: ''
        type: query
        description: Filter by conference status
    docs: List all active and completed conference calls.
  - info:
      name: Create Conference
      type: http
    http:
      method: POST
      url: https://api.telefonie.com/v1/voice/conferences
      body:
        type: json
        data: '{}'
    docs: Create a new conference room.
  - info:
      name: List Conference Participants
      type: http
    http:
      method: GET
      url: https://api.telefonie.com/v1/voice/conferences/:conference_id/participants
      params:
      - name: conference_id
        value: ''
        type: path
        description: Unique identifier for the conference
    docs: List all participants currently in a conference.
  - info:
      name: Add Conference Participant
      type: http
    http:
      method: POST
      url: https://api.telefonie.com/v1/voice/conferences/:conference_id/participants
      params:
      - name: conference_id
        value: ''
        type: path
        description: Unique identifier for the conference
      body:
        type: json
        data: '{}'
    docs: Dial out and add a participant to an existing conference.
bundled: true