# Creative Files

## Available methods <a href="#available-methods-0" id="available-methods-0"></a>

| Methods    | HTTP method | Endpoint                                                                                                                                                                                     | Description                                      |
| ---------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| **Create** |             |                                                                                                                                                                                              |                                                  |
|            | POST        | [/v1/offers/{offer\_id}/creatives](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/creative_files/upload_creative_file)                                  | Upload creative file                             |
| **Get**    |             |                                                                                                                                                                                              |                                                  |
|            | GET         | [/v1/offers/{offer\_id}/creatives](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/creative_files/gets_the_creative_file_information_for_the_offer)      | Gets the creative file information for the offer |
| **Delete** |             |                                                                                                                                                                                              |                                                  |
|            | DELETE      | [/v1/offers/{offer\_id}/creatives/{creatives\_id}](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/creative_files/deletes_a_creative_file_for_the_offer) | Delete a creative file for the offer             |
|            | DELETE      | [/v1/offers/{offer\_id}/creatives](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/creative_files/delete_all_the_creative_files_of_the_offer)            | Delete all the creative files of the offer       |
