nexmo.com

The Media API can be used to query, download and delete media items such as audio files for use with other Nexmo APIs.

4 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

verify-javascript-sdk ✓ Official
npm install verify-javascript-sdk
verify-android-sdk ✓ Official
# Maven: see https://github.com/Nexmo/verify-android-sdk
# Maven: see https://github.com/artechsio/react-native-nexmo-verify
composer require vonage-php-nexmo-bridge
verify-ios-sdk ✓ Official
# See https://github.com/Nexmo/verify-ios-sdk
# Maven: see https://github.com/nexmo-community/client-sdk-voice-app-to-phone-flutter
stitch-js-quickstart ✓ Official
# See https://github.com/Nexmo/stitch-js-quickstart
# See https://github.com/Nexmo/server-sdk-specification
client-sdk-tutorials ✓ Official
# See https://github.com/nexmo-community/client-sdk-tutorials
curl examples
List and search media items
curl \
  https://api.nexmo.com/v3/media/
Retrieve a media item
curl \
  https://api.nexmo.com/v3/media/:id/info
Endpoints (4 total)
GET
/
List and search media items
GET
/:id/info
Retrieve a media item
PUT
/:id/info
Update a media item
DELETE
/:id
Delete a media item
At a glance
Total SDKs9
Languages8
Endpoints4
https://api.nexmo.com/v3/media