latestOpenAPI 3.0.12026-08-082942150.5 KB
14cab8ac3bca
Pronunciation Validation
Upload input units
|<i style="color: #EB9D06">The endpoint will be deprecated</i>
The uploading of input units is an asynchronous process. Our API performs a variety of syntax evaluations upon method invocation and will return syntax-type errors immediately. If the uploaded input units passes syntax evaluations, the Project state will change to PROCESSING DATA UPLOAD. Errors found during asynchronous processing of the uploaded input units will change the Project state to UPLOAD ERRORS. To retrieve the specific errors for each input unit call Get Project Status.
Permission Required: Upload Data
post/v2.0/public/projects/PronunciationValidation/{projectId}/inputUnits
Path parameters
projectIdstring uuid required
Example:00000000-0000-0000-0000-000000000000
Project identifier.
Request body
Example request
{
"inputUnitDetails": [
{
"id": "00000000-0000-0000-0000-000000000000"
}
]
}Response
Input Units were successfully added.