---
title: Unified Voice API — Truto Unified API
slug: voice
canonical: "https://truto.one/unified-apis/voice/"
---

# Telephony Unified API

Integrate Telephony data across 0 providers with one API. 2 normalized resources, real-time pass-through, fully customizable.

**Base URL:** `https://api.truto.one/unified/voice`  
**Resources:** 2  
**Integrations:** 0

## Resources

### Calls

Calls represent the phone calls made by users. (6 fields)

- `id` (string) — The unique identifier of the call.
- `from` (string) — The phone number or name of the caller.
- `to` (string) — The phone number or name of the callee.
- `status` (string) — The status of the call.
- `direction` (string) — The direction of the call.
- `created_at` (string) — The date and time the call was created.

### Recordings

Recordings represent the audio recordings of calls. (6 fields)

- `id` (string) — The unique identifier of the recording.
- `url` (string) — The URL of the recording.
- `call_id` (string) — The unique identifier of the call.
- `start_time` (string) — The date and time the recording started.
- `end_time` (string) — The date and time the recording ended.
- `created_at` (string) — The date and time the recording was created.
