> For the complete documentation index, see [llms.txt](https://offerslook-api.gitbook.io/api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/sub-resources/creative_files.md).

# 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](/api-documentation/networkapi/offers/sub-resources/creative_files/upload_creative_file.md)                                  | Upload creative file                             |
| **Get**    |             |                                                                                                                                                                |                                                  |
|            | GET         | [/v1/offers/{offer\_id}/creatives](/api-documentation/networkapi/offers/sub-resources/creative_files/gets_the_creative_file_information_for_the_offer.md)      | Gets the creative file information for the offer |
| **Delete** |             |                                                                                                                                                                |                                                  |
|            | DELETE      | [/v1/offers/{offer\_id}/creatives/{creatives\_id}](/api-documentation/networkapi/offers/sub-resources/creative_files/deletes_a_creative_file_for_the_offer.md) | Delete a creative file for the offer             |
|            | DELETE      | [/v1/offers/{offer\_id}/creatives](/api-documentation/networkapi/offers/sub-resources/creative_files/delete_all_the_creative_files_of_the_offer.md)            | Delete all the creative files of the offer       |
