v9
OpenAPI 3.1.02026-08-043703845.2 MBMedia
Retrieve Media Asset
Retrieves a media asset by ID. Poll this while the asset is processing.
get/media/{id}
Path parameters
idstring required
Media asset ID, prefixed media_.
Response
Media asset retrieved.
Example response
{
"generation": {
"resolution": "480p"
},
"media_type": "video",
"source": "generated",
"status": "processing"
}