Queue GoFile
POST {{api_base}}/{{api_version}}/api/integration/gofile
Overview
Queues a job to upload the specified file or zip to the GoFile account sent with the
gofile_token
(optional)
. To get this key, login to your GoFile account and go
here
. Copy the
Account API Token
. This is what you will use as the
gofile_token
, if you choose to use it. If you don't use an Account API Token, GoFile will simply create an anonymous file. This file will expire after inactivity.
Authorization
Requires an API key using the Authorization Bearer Header.
Request Body
{"id"=>0, "file_id"=>0, "zip"=>false, "type"=>"torrent", "gofile_token"=>"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``