API Reference
Upload Video
POST

/videos

Authentication*
curl --request POST \
  --url https://3hpkygnwnd.us-east-1.awsapprunner.com/videos \
  --header 'Authentication: <authentication>'

This endpoint allows you to upload a video file, and receive a videoAsset ID that can be used while creating a projectStep.

Parameters

videoBlob
object

The video file to upload.

curl -X POST https://3hpkygnwnd.us-east-1.awsapprunner.com/videos \
  --header 'Authorization: Bearer <API_KEY>'
{
  "id": "1242d2ad-8179-47d2-b6a1-ce0ee8cdc359"
}