Video - Append to Existing Conversation
PUT {{base_url}}/v1/process/video/{{conversation_id}}
About this API
Append to existing Conversation with MP4 Video file.
The conversationId of the conversation processed from any channels (Realtime, Audio/Video Files or Text Content) are allowed.
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 |
---|---|---|---|
enableAllTrackers | boolean | ||
enableSummary | boolean | ||
name | string | ||
customVocabulary | string | ||
confidenceThreshold | string | ||
detectEntities | boolean | ||
detectPhrases | boolean | ||
languageCode | string | ||
mode | string | ||
trackers | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-api-key | string | ||
Content-Type | string |