Process uploaded data
URL
POST
Request
Path parameters
Parameter name | Parameter type | Description |
sync | string | Flag to perform the processing synchronously (false by default) |
Request body
Property name | Property type | Description |
file_name
| string | Name of file which needs to be processed (optional). File names are as below :
file_name : ‘json_data.zip’
file_name : ‘3d_data.zip’
file_name : ‘data.zip’
file_name : ‘data.mp4’ |
Example body
{
"file_name": "json_data.zip"
} |
Response
Returns empty response on successful completion
Last modified 1yr ago