# ClickFunnels Image API

**Canonical:** https://apis.io/apis/clickfunnels/clickfunnels-image-api/  
**Provider:** ClickFunnels — https://apis.io/providers/clickfunnels/  
**Base URL:** https://{subdomain}.myclickfunnels.com/api/v2  
**Documentation:** https://developers.myclickfunnels.com/reference

ClickFunnels Image API is one of 102 APIs that [ClickFunnels](https://apis.io/providers/clickfunnels/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Image. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and rate-limit docs.

> Images can be used in a variety of use cases. An image can be created or updated from a URL by defining the `upload_source_url` parameter. The response returns the hosted `url` and the Image `id`. For a blog migration, create an Image for each source image, replace the source URL in the post body with the returned hosted `url`, and use the Image `id` as the blog post's `image_id` only when it is the featured image. Keep a source-to-hosted URL map so repeated images are uploaded once. The same Image IDs can also be assigned to Products with the `image_ids` parameter. > Limitations and Constraints Images have a file size limit of 10MB and a dimension size limit of 10,000 x 10,000 pixels. Image file types currently supported include: ```shell # IMAGE TYPES jpeg, png, webp, x-icon, vnd.microsoft.icon # TEXT TYPES svg+xml, gif ``` Once uploaded, an image will return the following files and sizes | File Description | Width | Height | |--------------------------------------------------|--------------------|------------------------------------------------------------------------| | Thumbnail | 80 | 52 | | Small | 300 | 300 | | Medium | 600 | 600 | | Large | 800 | 800 | | X-Large | 2000 | 2000 | |--------------------------------------------------|--------------------|------------------------------------------------------------------------|

## Operations (5)

| Method | Path | Summary |
|---|---|---|
| GET | `/workspaces/{workspace_id}/images` | List Images |
| POST | `/workspaces/{workspace_id}/images` | Create Image |
| GET | `/images/{id}` | Fetch Image |
| PUT | `/images/{id}` | Update Image |
| DELETE | `/images/{id}` | Remove Image |

## Machine-readable artifacts (7)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/openapi/clickfunnels-image-api-openapi.yml
- **Documentation** — https://developers.myclickfunnels.com/docs/intro
- **APIReference** — https://developers.myclickfunnels.com/reference
- **GettingStarted** — https://developers.myclickfunnels.com/docs/getting-started
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/data-model/clickfunnels-data-model.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/errors/clickfunnels-problem-types.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/clickfunnels/refs/heads/main/rate-limits/clickfunnels-rate-limits.yml

## Other ClickFunnels APIs (12)

- [ClickFunnels Addresses::Country API](https://apis.io/apis/clickfunnels/clickfunnels-addresses-country-api/)
- [ClickFunnels Addresses::Region API](https://apis.io/apis/clickfunnels/clickfunnels-addresses-region-api/)
- [ClickFunnels Appointments::Scheduled Event API](https://apis.io/apis/clickfunnels/clickfunnels-appointments-scheduledevent-api/)
- [ClickFunnels Blog API](https://apis.io/apis/clickfunnels/clickfunnels-blog-api/)
- [ClickFunnels Blogs::Author API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-author-api/)
- [ClickFunnels Blogs::Category API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-category-api/)
- [ClickFunnels Blogs::Post API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-post-api/)
- [ClickFunnels Blogs::Tag API](https://apis.io/apis/clickfunnels/clickfunnels-blogs-tag-api/)
- [ClickFunnels Communities::Ban API](https://apis.io/apis/clickfunnels/clickfunnels-communities-ban-api/)
- [ClickFunnels Communities::Bans::Export Action API](https://apis.io/apis/clickfunnels/clickfunnels-communities-bans-exportaction-api/)
- [ClickFunnels Communities::Bans::Unban Action API](https://apis.io/apis/clickfunnels/clickfunnels-communities-bans-unbanaction-api/)
- [ClickFunnels Communities::Membership API](https://apis.io/apis/clickfunnels/clickfunnels-communities-membership-api/)

## Tags

Image

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/clickfunnels/clickfunnels-image-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/clickfunnels/.
