GET assets/render/{id}

shotstack.io

Summary: Get Asset by Render ID
Operation ID: getAssetByRenderId
Auth: unknown
Description

A render may generate more than one file, such as a video, thumbnail and poster image. When the assets are created the only known id is the render id returned by the original [render request](#render-video), status request or webhook. This endpoint lets you look up one or more assets by the render id. **base URL:** https://api.shotstack.io/serve/{version}

Parameters (1)

id (string, path, required)

The render id associated with the asset in UUID format

Constraints: {'pattern': '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$'}

No probe data for this endpoint yet.