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

Webflow Assets API

Assets are files that are uploaded to your Webflow account.

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

Tagged areas include Assets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, authentication docs, rate-limit docs, and a changelog.

This API exposes 5 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against a single base URL, https://api.webflow.com/v2.

5 operations 2 paths 0 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.webflow.com/v2
Authentication
OAuth 2.0, HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Webflow Assets API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 26 scopes. It accepts HTTP bearer tokens (ApiKey). By default, every request must be authenticated.

Paths & Operations 5

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

Assets 5

Assets are files that are uploaded to your Webflow account.

GET
/sites/{site_id}/assets
Webflow List Assets
list-assets 3 params → 200400401404429500
POST
/sites/{site_id}/assets
Webflow Upload Asset
create-asset 1 param body → 200400401404429500
GET
/assets/{asset_id}
Webflow Get Asset
get-asset 1 param → 200400401404429500
PATCH
/assets/{asset_id}
Webflow Update Asset
patch-asset 1 param body → 200400401404429500
DELETE
/assets/{asset_id}
Webflow Delete Asset
delete-asset 1 param → 204400401404429500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

webflow-assets-api-openapi.yml Raw ↑

Other APIs Webflow publishes across the network.

Webflow Designer Extension API
Webflow Asset Folders API
Webflow Collections API
Webflow Comments API
Webflow Components API
Webflow Custom Code API
Webflow Custom Code - Pages API
Webflow Custom Code - Sites API
Webflow Forms API
Webflow Inventory API
Webflow Items API
Webflow Meta API