Use this endpoint to retrieve informations about a link.

Use this endpoint to retrieve informations about a link.<br /> If it is in our systems, you'll have the filename and size (if available).<br /> <br /> If the host is not supported or the link is down, an error will be<br /> returned for that link.<br /> <br /> This endpoint only support host links, not redirectors links. Use the<br /> link/redirector endpoint for this.<br />

get/link/infos

Query parameters

apikeystring

Deprecated User apikey (Use Bearer Auth in header).

agentstring required

Your software user-agent.

passwordstring

Link password (supported on uptobox / 1fichier).

link[]string[] required

The link or array of links you request informations about.

Response

This endpoint retrieves a complete list of all available hosts for this user

statusstring

Example response

{
  "status": "success",
  "data": {
    "infos": [
      {
        "link": "https://uptobox.com/l1ub83vil5c3",
        "filename": "ubuntu-18.04.1-server-amd64.iso",
        "size": 699400192,
        "host": "uptobox",
        "hostDomain": "uptobox.com"
      }
    ]
  },
  "error": {
    "code": "LINK_IS_MISSING",
    "message": "No link was sent"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.