This API allows you to upload videos remotely by providing a URL and an API key.
https://api.streamup.cc/v1/remote
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
GET /v1/remote?api_key=YOUR_API_KEY&url=https://example.com/video.mp4&action=add_remote_url
{
"success": true,
"message": "200",
"streaming_url": "https://streamup.cc/filecode",
"filecode": "abcdef123"
}
{ "success": false, "message": "Invalid API key" }
{ "success": false, "message": "Missing or invalid parameters" }
Choose your themes & layouts etc.