Can the "Review Dataset" step be disabled when uploading metadata?

Happens when uploading metadata

Can you skip the manual step of "Review Dataset"? 

When uploading the entire dataset with a metadata file, there is no way to skip the process but what you can do is have a webhook listener to listen to the callback that arrives and update each recording after a non-successful callback with the active state, then trigger building.

So for clarity, when a voice requires intervention, you will receive a callback to your endpoint with the the status being requires_action.

2. Once the above webhook arrives, you can query for all your recordings on the voice using the Get All Recordings endpoint.

3. Loop through each recording and Update them to set the is_active attribute to true.

4. Kick off voice building by calling the Voice Build endpoint.