Created
August 19, 2018 04:33
-
-
Save florabtw/ce8c3cf990a09b4c88797549d1ece76c to your computer and use it in GitHub Desktop.
POST to Sound Of Text with curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
curl \ | |
-X POST \ | |
-H "Content-Type: application/json" \ | |
-d '{ "data": { "voice": "en-US", "text": "Hello, world!" } }' \ | |
https://api.soundoftext.com/sounds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment