Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.usemoonshine.com/remote-upload \ --header 'Content-Type: application/json' \ --data ' { "token": "abc123", "index": "xyz789", "url": "https://example.com/video.mp4" } '
200
Example
{ "data": { "fps": "<string>", "duration": 123, "fileSize": "<string>", "key": "<string>", "percentage": 50 } }
Initiates a remote upload of a video file from a URL
Authentication token
Index identifier for the media group
URL of the video file to upload
^http.*\.(mp4|mov|webm)$
Stream of upload status updates
Show child attributes