Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Klaviyo Images API is one of 23 APIs that Klaviyo publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Images. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, an API reference, authentication docs, and rate-limit docs.

This API exposes 5 operations across 3 paths, and defines 13 schemas. It is described by OpenAPI 3.0.2, at version 2026-04-15.

Requests are made against a single base URL, https://a.klaviyo.com.

5 operations 3 paths 13 schemas 2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
2026-04-15
Base URL
https://a.klaviyo.com
Authentication
API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Klaviyo Images API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Klaviyo-API-Key). By default, every request must be authenticated.

  • Klaviyo-API-Key — Private key authentication for /api/ endpoints is performed by setting the Authorization header to Klaviyo-API-Key your-private-api-key For more information pl…

Paths & Operations 5

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

Images 5

images

GET
/api/images
Get Images
get_images 6 params → 2004XX5XX
POST
/api/images
Upload Image From URL
upload_image_from_url 1 param body → 2014XX5XX
GET
/api/images/{id}
Get Image
get_image 3 params → 2004XX5XX
PATCH
/api/images/{id}
Update Image
update_image 2 params body → 2004XX5XX
POST
/api/image-upload
Upload Image From File
upload_image_from_file 1 param body → 2014XX5XX

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are CollectionLinks (5 properties), ImageResponseObjectResource (4 properties), ImagePartialUpdateQueryResourceObject (3 properties), ImageUploadQuery (3 properties). Each schema is shown below with its type and property counts.

ImagePartialUpdateQueryResourceObject
object
3 properties 3 required
ImageCreateQueryResourceObject
object
2 properties 2 required
ObjectLinks
object
1 property 1 required
ImageResponseObjectResource
object
4 properties 4 required
ImageUploadQuery
object
3 properties 1 required
CollectionLinks
object
5 properties 1 required
PostImageResponse
object
2 properties 1 required
GetImageResponse
object
2 properties 1 required
ImagePartialUpdateQuery
object
1 property 1 required
ImageEnum
string
ImageCreateQuery
object
1 property 1 required
PatchImageResponse
object
2 properties 1 required
GetImageResponseCollection
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

klaviyo-images-api-openapi.yml Raw ↑

Other APIs Klaviyo publishes across the network.

Klaviyo Accounts API
Klaviyo Campaigns API
Klaviyo Catalogs API
Klaviyo Client API
Klaviyo Conversations API
Klaviyo Coupons API
Klaviyo Custom Objects API
Klaviyo Data Privacy API
Klaviyo Events API
Klaviyo Flows API
Klaviyo Forms API
Klaviyo Lists API