Get Asset
Retrieves metadata and details of a specific asset by its unique ID. Useful for fetching file info like type, size, and URLs.
https://api.cortado.com/v1/assets/{asset_id}
Request
No body required. The asset ID is passed as a path parameter. Authentication is required to ensure the user’s permission.
Parameters
Parameters | Type | Description |
---|---|---|
| string | Unique identifier of the asset |
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 asset metadata including type, size, URL, and timestamps. Returns an error if asset not found or unauthorized.
Last updated on
Jul 16, 2025