Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Many API methods create files but send back a file reference (or token) instead of the file itself.This method lets you download a file with its token. methods in the API that download or generate files, do not send back the file immediately. Instead they return a "token". The present method permits to fetch the actual file for the token.

NOTE: The HTTP response is configured so that a browser would download the file with a file name. See also: media/get/{token}/stream

URL

(GET) /media/get/{token}

...