Video API

πŸ“‹ Table of Contents

Overview

The Video API provides video processing and management for the OASIS ecosystem. It handles video upload, processing, and streaming.

Video Management

Get All Videos

GET /api/video
Authorization: Bearer YOUR_TOKEN

Get Video by ID

GET /api/video/{videoId}
Authorization: Bearer YOUR_TOKEN

Upload Video

Video Operations

Process Video

Stream Video

Delete Video

Error Responses

Video Not Found


← Previous: Social API | Next: Share API β†’

Last updated