Asset Thumbnail
Generates a thumbnail image for a specified asset. Accepts asset ID and desired thumbnail dimensions. Returns URL of the generated thumbnail.
https://api.cortado.com/v1/assets/{asset_id}/thumbnail
Request
Requires JSON
body with thumbnail dimensions. Asset ID is passed in the path. Authentication is required to ensure the user’s permission.
Body Parameters
Parameters | Type | Description |
---|---|---|
| number | Width of the thumbnail in pixels |
| number | Height of the thumbnail in pixels |
Based on the steps above, your code might look something like this. It brings together the key concepts covered — from setup and configuration to routing, authentication, or event handling. Feel free to adapt it to suit your specific use case.
Response
Returns metadata of the generated thumbnail including URL and dimensions.
Last updated on
Jul 19, 2025