Video - Submit New Video File (mp4)
POST {{base_url}}/v1/process/video?name=Postman Default Meeting (Sales/Demo)&languageCode=en-US&mode=default&enableSpeakerDiarization=true&conversationType=sales&startTime=2023-04-20T17:26:12&features={"featureList": ["insights", "callScore"]}&metadata={"salesStage":"general","prospectName":"Audio File LLC"}
About this API
Submit the MP4 Video file for processing.
Request Body
Binary payload of MP4 video file.
Content-Type Header
Must be set to audio/mp4 when using mp4 file.
Response
In response, conversationId and jobId are returned.
jobId can be used to get updates on the job status.
conversationId can be used with the Conversation API to get all the insights, topics and processed messages etc.
Read More: https://docs.symbl.ai/#text-api
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| name | string | Your meeting name. Default name set to conversationId. | |
| customVocabulary | string | Contains a list of words and phrases that provide hints to the speech recognition task. | |
| enableAllTrackers | boolean | ||
| enableSummary | boolean | ||
| confidenceThreshold | string | ||
| detectEntities | boolean | ||
| detectPhrases | boolean | ||
| languageCode | string | ||
| mode | string | ||
| trackers | string | ||
| enableSpeakerDiarization | boolean | ||
| diarizationSpeakerCount | number | ||
| conversationType | string | ||
| startTime | string | Meeting start time | |
| features | string | Features list ['insights', 'callScore'] | |
| metadata | string | Symbl features metadata | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| x-api-key | string | ||
| Content-Type | string |