Download multimedia

Download a specific multimedia file for a given application.

Authentication: Supports two methods:

  1. Traditional: Authorization header (ServerKey/Bearer tokens)
  2. JWT query parameter (for external integrations like iagen/pathbot)

When JWT is provided, it is validated against the multimedia resource.

Byte-range requests: Supports partial content downloads via the Range header.
When a valid Range header is provided, the server responds with 206 Partial Content
and streams only the requested byte range from Google Cloud Storage.

The partial content response includes the Content-Range header, which indicates
the returned byte range and the total file size, as well as Accept-Ranges: bytes.

Ex:
Range: bytes=0-1048575 to download the first 1MB of the multimedia file.
Content-Range: bytes 0-1048575/5242880 indicates that the response contains bytes 0-1048575 of a total 5242880 bytes file.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Application's ID

Query Params
integer

Multimedia's ID

string

Multimedia's code

string

Multimedia's bucket filename

string

JWT token for signed URL authentication.
When provided, allows access to multimedia without traditional Authorization header.
The token is bound to a specific multimedia and application ID, and expires after
a configured duration.
This parameter is intended for external integrations (iagen, pathbot, etc.).

Headers
string

HTTP Range header for byte-range requests.
Allows partial content downloads. Format: bytes=<start>-<end>
Examples:

  • bytes=0-499 — First 500 bytes
  • bytes=500-999 — Bytes 500 to 999
  • bytes=500- — From byte 500 to end
  • bytes=-500 — Last 500 bytes
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream
application/json