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

KeyDatatypeRequiredDescription
namestringYour meeting name. Default name set to conversationId.
customVocabularystringContains a list of words and phrases that provide hints to the speech recognition task.
enableAllTrackersboolean
enableSummaryboolean
confidenceThresholdstring
detectEntitiesboolean
detectPhrasesboolean
languageCodestring
modestring
trackersstring
enableSpeakerDiarizationboolean
diarizationSpeakerCountnumber
conversationTypestring
startTimestringMeeting start time
featuresstringFeatures list ['insights', 'callScore']
metadatastringSymbl features metadata

HEADERS

KeyDatatypeRequiredDescription
x-api-keystring
Content-Typestring