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

KeyDatatypeRequiredDescription
enableAllTrackersboolean
enableSummaryboolean
namestring
customVocabularystring
confidenceThresholdstring
detectEntitiesboolean
detectPhrasesboolean
languageCodestring
modestring
trackersstring

HEADERS

KeyDatatypeRequiredDescription
x-api-keystring
Content-Typestring