Local Upload API

StreamUP Video Local Upload API Documentation

This API allows you to upload videos directly to the server using a file upload form and an API key.

Endpoint

https://api.streamup.cc/v1/upload

Required Parameters

  • api_key (string): Your API key for authentication.
  • file (file): The video file to be uploaded.

Example Request

POST /v1/upload
Headers: {
    "Content-Type": "multipart/form-data"
}
Body: {
    "api_key": "YOUR_API_KEY",
    "file": "(your_video.mp4)"
}

Response

Successful Response

{
    "filecode": "https://streamup.cc/abcdef123",
    "video_id": 123,
    "title": "My Video"
}

Error Responses

{ "success": false, "message": "Invalid API key" }
{ "success": false, "message": "No file uploaded" }
© StreamUP.

Choose your themes & layouts etc.

Choose Layouts
Vertical
Horizontal
Skin Layouts
Default
Bordered
Light & Dark
LTR & RTL
Content Width
Topbar Colors