developer.vonage.com Open in urlscan Pro
168.100.81.1  Public Scan

Submitted URL: http://vonage.dev/
Effective URL: https://developer.vonage.com/
Submission: On March 05 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

API Dashboard Vonage.com Pricing Support
en



English



中文



日本語

Use Cases



Documentation



SDKs & Tools



SDKs & Tools



Integration



Changelogs



Community



Community Hub



Startup Program



Stack Overflow



GitHub



Blog
Use Cases
Documentation
SDKs & Tools



SDKs & Tools



Integration



Changelogs
Community



Community Hub



Startup Program



Stack Overflow



GitHub
Blog





VONAGE DEVELOPER CENTER


COMMUNICATIONS API

Integrate sms, voice, video and two-factor authentication into your apps with
Vonage communication APIs. Build complex conversational flows with a user
friendly drag-and-drop interface in Vonage AI Studio .

Get Started Create a free account

Send an SMS

curl -X "POST" "https://rest.nexmo.com/sms/json" \
  -d "from=$VONAGE_BRAND_NAME" \
  -d "text=A text message sent using the Vonage SMS API" \
  -d "to=$TO_NUMBER" \
  -d "api_key=$VONAGE_API_KEY" \
  -d "api_secret=$VONAGE_API_SECRET"

Copy
View full source

Make a voice call

curl -X POST https://api.nexmo.com/v1/calls\
  -H "Authorization: Bearer "$JWT\
  -H "Content-Type: application/json"\
  -d '{"to":[{"type": "phone","number": "'$TO_NUMBER'"}],
      "from": {"type": "phone","number": "'$VONAGE_NUMBER'"},
      "answer_url":["https://raw.githubusercontent.com/nexmo-community/ncco-examples/gh-pages/text-to-speech.json"]}'

Copy
View full source

Send a WhatsApp message

curl -X POST $MESSAGES_API_URL \
     -H 'Authorization: Bearer '$JWT\
     -H 'Content-Type: application/json' \
     -H 'Accept: application/json' \
     -d $'{
      "message_type": "text",
      "text": "Nexmo Verification code: 12345. Valid for 10 minutes.",
      "to": "'$TO_NUMBER'",
      "from": "'$WHATSAPP_NUMBER'",
      "channel":  "whatsapp"
  }'


Copy
View full source

Two factor authentication

Add an extra layer of security when users perform sensitive tasks by confirming
their identities.

Verify API

Telecommunications



Video Chat Embeds

Generate a 1-to-1 video appointment workflow. This can be used for a
doctor-patient, student-teacher, or any other 1-to-1 web scheduling application.

Video API

In-app communications



Interactive Voice Response (IVR)

Build an automated phone system for users to input information with the keypad
and hear a spoken response

Voice API

Telecommunications



View more use cases

See all use cases


API StatusAll Systems Operational



DOCUMENTATION

Documentation

Vonage Business Cloud

Vonage Contact Center

TECHNICAL REFERENCES

Documentation

Use Cases

SDK & Tools

Integrations

COMMUNITY

Community Hub

Startups Program

Team

Careers

SUPPORT

Knowledgebase

Known Issues

Changelog


Feedback