Guía rápida de como iniciar el API (en construcción)

Method:

POST

Endpoint:

****https://voice.masivapp.com/delivery

Data Dictionary

👨VoiceID

Currently, the platform handles two (2) types of voices:

Security:

All requests must include a header called Authorization which must contain a Basic type HTTP authorization string, example For the user user with a password, a base64 string must be generated from the user: password preceded by the word Basic and a space, so our authorization string would be:

Basic dXNlcjpwYXNzd29yZA ==

Authorization example in postman:

Untitled

With valid credentials