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": { "type": "metadata", "fps": "<string>", "duration": 123, "fileSize": "<string>", "key": "<string>", "percentage": 50 }}
Initiates a remote upload of a video file from a URL
Stream of upload status updates
The response is of type object.
object