Retrieve Media Asset
Retrieves a media asset by ID. Poll this while the asset is processing.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
Media asset ID, prefixed media_.
Response
Media asset retrieved.
USD amount charged to the account's balance for this generation. null if the generation wasn't billed.
ISO 8601 timestamp when the asset reached a terminal state. null while processing.
ISO 8601 timestamp when the generation was requested.
Currency of amount_charged. Always usd.
Why generation failed. null unless status is failed.
The produced file, usable anywhere attachments are accepted. null until the asset is ready.
The inputs the asset was generated from.
Media asset ID, prefixed media_.
The kind of media this asset holds.
video, image "video"
How the asset was created. Always generated.
generated "generated"
Lifecycle state: processing while generation runs, ready when the file is available, failed when generation failed and the charge was refunded.
processing, ready, failed "processing"

