# Creatives

The Creative resource represents a specific creative provided by a buyer that targets one of your Networks.

Your approval status of the Creative is in the `audit` object within the Creative.

The API allows you to list and retrieve Creatives and update their `audit` values.

Creatives can be categorized using IAB categories and your own custom Tags. The Creative Category and Tag endpoints allow you to discover ids to use when updating Creatives. You can also create new Tags.

You can also access a Creative's assets and associated Campaign information.


## List Creative Categories

 - [GET /creative_categories](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_listcreativecategories.md): List all Creative Categories

## Get Creative Category by ID

 - [GET /creative_categories/{id}](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_getcreativecategory.md): Get a Creative Category by ID

## List Creatives

 - [GET /creatives](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_listcreatives.md): List Creatives with their Audits

## Update Creatives

 - [PATCH /creatives](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_updatecreativespatch.md): Update many Creatives

## Get Creative by ID

 - [GET /creatives/{id}](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_getcreative.md): Get a Creative and Audit by ID

## Update Creative by ID

 - [PATCH /creatives/{id}](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_updatecreativepatch.md): Update an individual Creative by ID

## List Creative Assets

 - [GET /creatives/{id}/assets](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_listcreativeassets.md): Get the Assets for a given Creative ID

## List Creative Campaigns

 - [GET /creatives/{id}/campaigns](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_listcreativecampaigns.md): List Campaign market data for a given Creative ID

## List Tags

 - [GET /tags](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_listtags.md): List all Tags

## Create Tag

 - [POST /tags](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_createtag.md): Create a new Tag

## Get Tag by ID

 - [GET /tags/{id}](https://developers.vistarmedia.com/ssp/ssp/creatives/ssp_gettag.md): Get a Tag by ID

