v1

latestOpenAPI 3.0.0Apache 2.02026-07-13122958.1 KB
upload

Uploads a video or audio file

Upload a video or audio file for analysis and receive a notification upon completion

post/v1/upload

Request body

download_urlstring required

A publicly accessible URL that initiates a direct download when accessed

language_codestring

Please consult the appendix for all available language code options

template_namestring

Please consult the appendix for all available meeting template options

Example request

{
  "download_url": "https://my-bucket.s3.us-west-2.amazonaws.com/photos/2023-08-23/meeting.mp4",
  "language_code": "en-US",
  "template_name": "General meeting"
}

Response

Accepted

messagestring

This response only confirms the submission status. The final analysis status will be sent later via a webhook. For more details, refer to the appendix for information on webhooks.

Example response

{
  "message": "The recording has been validated and submitted for analysis"
}