POST
/
v1
/
upload
curl --request POST \
  --url https://api.meetgeek.ai/v1/upload \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "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"
}'
{
  "message": "The recording has been validated and submitted for analysis"
}
When providing a download URL, ensure that the link is publicly accessible and triggers the download immediately upon access. If the link does not function as expected, verify its settings. If the issue persists, contact our support team for assistance.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token

Body

application/json

Download information

User account information with user id and username

Response

202
application/json

Accepted

The response is of type object.