We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Device Download endpoints for API usage.
All calls are made on the standard api endpoint:
https://api-prod.maxloapi.com
Check a list of hashes to see if they are available for download.
POST /device/1/media_grant/:media_grant_id/download
device_session_key - string - provided in query string or body
media_grant_id - string - The media grant ID.
hash_list - array of string - Array of hashes to check.
200 OK
download_list - array of object - Array of download information.
file_hash - string - The hash of the file.
file_size - number - The size of the file.
chunk_size - number - The chunk size of the file.
url - string - The URL to download the file from.
is_deleted - boolean - Is the file deleted.