- Implement Bird API client (`bird.php`) for handling HTTP requests to Bird services. - Add routes for voice and flash call management (`birdVoiceFlashCallsRoute.php`, `birdNumbersRoute.php`). - Introduce test cases for voice calls, flash calls, and numbers (`VoiceCallsApiTest.php`, `NumbersAndFlashCallsApiTest.php`). - Include configuration management classes and APIs for enabling the Bird module and managing API keys (`bird_c.php`). - Provide OpenAPI specifications for flash call endpoints (`bird-flash-calls.md`).
11 lines
519 B
Markdown
11 lines
519 B
Markdown
# Voice Calls API
|
|
|
|
## Overview <a href="#overview" id="overview"></a>
|
|
|
|
Voice Calls API makes it possible to initiate, receive, and control voice calls using a REST API.
|
|
|
|
## API Access <a href="#api-access" id="api-access"></a>
|
|
|
|
The following API requests can only be made using a valid access key, and attached to an access role, with an access policy that at least specifies the permissions to the resources outlined in each section below. Learn more about [API access](https://docs.messagebird.com/api/api-access).
|
|
|