Ads API •References / Assets / Get Audio Asset
Get Audio Asset
Returns data for a specific audio asset.
Request
- ad_account_idstring [uuid]Required
- asset_idstring [uuid]Required
Response
- idstring [uuid]Required
- namestringRequired
- statusstring [asset-status]Required
The current status of an asset throughout lifecycle processes like upload, transcode, and approval.
Allowed values:"READY"
,"PROCESSING"
,"WAITING_UPLOAD"
,"PENDING_APPROVAL"
,"REJECTED"
,"ERROR"
Example:"READY"
- mp3_urlstring [uri]Required
- ogg_urlstring [uri]Required
Response sample
{ "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "name": "name", "status": "READY", "mp3_url": "http://example.com/aeiou", "ogg_url": "http://example.com/aeiou"}