Ads API •References / Assets / Get Image Asset
Get Image Asset
Returns data for a specific image asset.
Request
- ad_account_idstring [uuid]Required
- image_idstring [uuid]Required
Response
- idstring [uuid]
- namestring
- widthinteger [int32]
- heightinteger [int32]
- statusstring [asset-status]
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"
- urlstring [uri]
Response sample
{ "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "name": "name", "width": 0, "height": 6, "status": "READY", "url": "http://example.com/aeiou"}