Remote Upload
Create
URL: http(s)://rapidgator.net/api/v2/remote/createDescription: Create a remote upload job.
Method: (GET|POST)
Required params:
- token - Access Token to authenticate the user's current session.
- url - Remote URL. You can also specify multiple URL separated by comma.
Optional params:
Request example: /api/v2/remote/create?url=http%3A%2F%2Fdownload.ap.bittorrent.com%2Ftrack%2F7.8.0%2Fstable%2Fendpoint%2Futorrent%2Fos%2Fwindows&token=arsd4h37ecfkdqd16uolf5nai1
Success response example:
Error response example:
Info
URL: http(s)://rapidgator.net/api/v2/remote/infoDescription: Returns a remote upload job's details.
Method: (GET|POST)
Required params:
- token - Access Token to authenticate the user's current session.
Optional params:
- job_id - The key that identifies the remote upload job. You can also specify multiple job keys separated by comma. If the job_id is not specified, will be return all remote upload job details.
Possible values of the State property:
- 0 - Downloading
- 1 - Done
- 2 - Fail
- 3 - Canceled
- 4 - Waiting
Request example: /api/v2/remote/info?&job_id=298&token=arsd4h37ecfkdqd16uolf5nai1
Success response example:
Error response example:
Delete
URL: http(s)://rapidgator.net/api/v2/remote/deleteDescription: Delete a remote upload job.
Method: (GET|POST)
Required params:
- token - Access Token to authenticate the user's current session.
- job_id - The key that identifies the remote upload job. You can also specify multiple job keys separated by comma.
Optional params:
Request example: /api/v2/remote/delete?job_id=300&token=arsd4h37ecfkdqd16uolf5nai1
Success response example:
Error response example: