Skip to content

Instantly share code, notes, and snippets.

@bilalbayasut
Created November 15, 2018 07:50
Show Gist options
  • Save bilalbayasut/00a5459024e152607c6fee8777373ddc to your computer and use it in GitHub Desktop.
Save bilalbayasut/00a5459024e152607c6fee8777373ddc to your computer and use it in GitHub Desktop.
/file/upload api param
{
"recordings": [
{
"recording_name": "dir1",
"files": [
{
"filename": "filename1",
"bytestring": "bytestring1"
}
]
},
{
"recording_name": "dir2",
"files": [
{
"filename": "filename2",
"bytestring": "bytestring2"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment