How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ClickFunnels Image API

> 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 returnsthe 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 thereturned 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 toProducts with the `image_ids` parameter.> Limitations and ConstraintsImages 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 TYPESjpeg, png, webp, x-icon, vnd.microsoft.icon# TEXT TYPESsvg+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 ||--------------------------------------------------|--------------------|------------------------------------------------------------------------|

ClickFunnels Image API is one of 102 APIs that ClickFunnels publishes on the 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.

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, https://{subdomain}.myclickfunnels.com/api/v2.

5 operations 2 paths 3 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://{subdomain}.myclickfunnels.com/api/v2
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

ClickFunnels Image API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Image 5

Images can be used in a variety of use cases. An image can be created or updated from a URL by defining the uploadsourceurl parameter. The response returns the hosted url and the…

GET
/workspaces/{workspace_id}/images
List Images
listImages 4 params → 200401404
POST
/workspaces/{workspace_id}/images
Create Image
createImages 1 param body → 201400401
GET
/images/{id}
Fetch Image
getImages 1 param → 200401404
PUT
/images/{id}
Update Image
updateImages 1 param body → 200400401404
DELETE
/images/{id}
Remove Image
removeImages 1 param → 204401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ImageAttributes (8 properties), ImageParametersUpdate (3 properties), ImageParameters (3 properties). Each schema is shown below with its type and property counts.

ImageParameters
object
Images
3 properties 1 required
ImageAttributes
object
Images
8 properties 8 required
ImageParametersUpdate
object
Images
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

clickfunnels-image-api-openapi.yml Raw ↑

Other APIs ClickFunnels publishes across the network.

ClickFunnels Addresses::Country API
ClickFunnels Addresses::Region API
ClickFunnels Appointments::Scheduled Event API
ClickFunnels Blog API
ClickFunnels Blogs::Author API
ClickFunnels Blogs::Category API
ClickFunnels Blogs::Post API
ClickFunnels Blogs::Tag API
ClickFunnels Communities::Ban API
ClickFunnels Communities::Bans::Export Action API
ClickFunnels Communities::Bans::Unban Action API
ClickFunnels Communities::Membership API
Where this information came from

This is an independent, third-party profile of ClickFunnels Image API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.