Remote upload API

StreamUP Video Upload API Documentation

This API allows you to upload videos remotely by providing a URL and an API key.

Endpoint

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

Required Parameters

  • api_key (string): Your API key for authentication.
  • url (string): The URL of the video to upload.
  • action (string): Must be set to add_remote_url

Example Request

GET /v1/remote?api_key=YOUR_API_KEY&url=https://example.com/video.mp4&action=add_remote_url

Response

Successful Response

{
    "success": true,
    "message": "200",
    "streaming_url": "https://streamup.cc/filecode",
    "filecode": "abcdef123"
}

Error Responses

{ "success": false, "message": "Invalid API key" }
{ "success": false, "message": "Missing or invalid parameters" }
© StreamUP.

Choose your themes & layouts etc.

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