> 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/thumbnails.md).

# Thumbnails

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

| Methods    | HTTP method | Endpoint                                                                                                                                           | Description                                  |
| ---------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| **Create** |             |                                                                                                                                                    |                                              |
|            | POST        | [/v1/offers/{offer\_id}/thumbnails](/api-documentation/networkapi/offers/sub-resources/thumbnails/upload_a_new_thumbnail.md)                       | Upload a new thumbnail                       |
| **Get**    |             |                                                                                                                                                    |                                              |
|            | GET         | [/v1/offers/{offer\_id}/thumbnails](/api-documentation/networkapi/offers/sub-resources/thumbnails/gets_the_thumbnail_information_for_the_offer.md) | Gets the thumbnail information for the offer |
| **Delete** |             |                                                                                                                                                    |                                              |
|            | DELETE      | [/v1/offers/{offer\_id}/thumbnails](/api-documentation/networkapi/offers/sub-resources/thumbnails/delete_the_thumbnail_of_the_offer.md)            | Delete the thumbnail of the offer            |
