- Create a New Creative
List Creatives
Get Group Version Info
List Creative Approvals
Post an Image or Subtitle Asset
Get Creative's Eligibility Details
Get Details of a Creative
Update Creatives Details
Get Atomic Creative with Preview Info
Get a Text Asset
Request Update Image Asset
List Components
Create a Component
Get a Single Component Creative
Update a Single component creative
Create a New Asset Collection
Get video asset upload S3 URL
Create a New Creative
⚠️ Deprecated — Use POST /v3.0/creatives instead.
Create a new creative
- https://api.mediamath.comhttps://api.mediamath.com/component_creatives/v1.0/creatives
curl -i -X POST \
https://api.mediamath.com/component_creatives/v1.0/creatives \
-H 'Content-Type: application/json'Response
{ "data": { "advertiser_id": 100178, "advertiser_name": "Brooklyn Bubblegum Co.", "assets": [ … ], "atomic_creative_id": 3200795, "created_at": "2016-11-17T17:29:39.607Z", "creative_id": 261, "creative_name": "test creative", "end_date": "2016-11-30T00:00:00", "external_identifier": "NA", "last_modified": "2016-11-17T17:30:55", "last_published": "2016-11-17T17:29:39.607Z", "start_date": "2016-09-30T00:00:00", "status": "1", "unpublished": false, "updated_at": "2016-11-17T17:29:39.607Z" }, "meta": { "code": 201, "status": "created", "type": "creative" } }