Renders any media for an NFT in desired format
This endpoint should be used to render the media associated with an NFT. Users can specify custom dimensions and file types. Renderer can be used for images, animation, audio and video.
Compute Units = 0 (Small and medium presets), 3 (All other requests)
There are three presets:
Preset | Size | Media type |
---|---|---|
small | 200x200 | Still image |
medium | 1000x1000 | Typically image, but may be an animation |
original | Original size | Original format |
To access these presets, simply include them as the filename
parameter.
Custom dimensions and file types
Our renderer allows you to:
- Specify custom dimensions for rendered media
- Note: Media will be rendered in its original aspect ratio within the bounds of the size that is specified.
- Specify a desired file type (allowing for "Safe Rendering" where users can guarantee media files are rendered in a safe format)
- We support .png, .webp, .jpg, and .gif file types.
To specify custom dimensions and file types, enter the desired dimensions and file type into the filename
parameter (e.g., "500x500" to render a 500x500 image in whatever format we deem best, "200x200.jpg" to render a 200x200 image transformed into a jpg).
Video and audio
Center supports rendering video and audio in its original format. Follow these instructions to render audio or video files:
- Set the filename parameter to
original
- Set the mediaPath parameter to the path corresponding to the video / audio media
- mediaPath is an optional parameter. If nothing is specified, Center will provide the default media for the NFT (which is most often a still image).
- To see the set of possible media paths for a particular NFT, you can use the List NFT Media endpoint. The most common media path for video is
animation_url
. Other common media paths includeimage
(for still images) andexternal_url
.
Questions? Reach out to [email protected].