Last active
August 27, 2019 05:57
-
-
Save excenter/452b486eb2174e32e835f85fdb367a55 to your computer and use it in GitHub Desktop.
Velvet Labs Beta Documentation
This file contains 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
{ | |
"api_key": "ASDF", | |
"phone": "(804) 404-3070", | |
"first_name":"ima", | |
"audioTrim":{ | |
"start":"00", | |
"stop":"45" | |
}, | |
"audio_overwrite": true, | |
"audio": "https://youtu.be/7ysFgElQtjI" | |
} |
This file contains 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
{ | |
"api_key": "ASDF", | |
"first_name": "Ima", | |
"last_name": "Rockstar", | |
"email": "[email protected]", | |
"phone": "(804) 404-3070", | |
"audioTrim":{ | |
"start":"00", | |
"stop":"45" | |
}, | |
"audio": "https://youtu.be/7ysFgElQtjI", | |
"video": [ | |
"https://youtu.be/jZM4e-bpJ3o", | |
"https://youtu.be/_Lcc5gelhFM" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment