📋
Tolstoy
  • Welcome
  • API Reference
    • User
    • Video
    • Webhook
    • Project
  • JavaScript SDK
    • Installation
    • Configuration
    • Identify
    • Events
Powered by GitBook
On this page

Was this helpful?

  1. API Reference

Video

Video (Tolstoy) operations

Upload Video

POST https://3hpkygnwnd.us-east-1.awsapprunner.com/videos

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

Headers

Name
Type
Description

Authorization

string

Authorization token - Bearer Token

Request Body

Name
Type
Description

videoBlob

object

The video file to upload.

{ "id": "1242d2ad-8179-47d2-b6a1-ce0ee8cdc359" }
{ "message": "Video upload failed." }
PreviousUserNextWebhook

Last updated 3 years ago

Was this helpful?