You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
- Base64 returns a base64 encoded text blob in the JSON response that can be decoded into an image/document. This can be a maximum of 5 MB in size.
- If one has large media, then instead one should use a stream, which returns a file stream that can be saved directly. If one has a URL to a media, it can be used to save the media.
- When importing media via the media import API, one can specify a sourceID for the media upon import. This can also be used later for editing/exporting. This sourceID exists only if set during import and therefore may not always be available.
- ImportCode is feed®'s internal and unique ID sequence number for media and is always accessible and unique.