Webflow API and Documentation · Example Payload
Webflow Api And Documentation Webflow Create Items Example
CMSContent ManagementE-CommerceNo-CodePublishingWeb Development
Webflow Api And Documentation Webflow Create Items Example is an example object payload from Webflow API and Documentation, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "create-items",
"method": "POST",
"path": "/collections/{collection_id}/items/bulk",
"summary": "Webflow Create Collection Items",
"requestExamples": [
{
"contentType": "application/json",
"name": "SingleItemMultipleLocales",
"example": {
"cmsLocaleIds": [
"66f6e966c9e1dc700a857ca3",
"66f6e966c9e1dc700a857ca4",
"66f6e966c9e1dc700a857ca5"
],
"isArchived": false,
"isDraft": false,
"fieldData": {
"name": "Don\u2019t Panic",
"slug": "dont-panic"
}
}
},
{
"contentType": "application/json",
"name": "MultipleItemsMultipleLocales",
"example": {
"cmsLocaleIds": [
"66f6e966c9e1dc700a857ca3",
"66f6e966c9e1dc700a857ca4"
],
"isArchived": false,
"isDraft": false,
"fieldData": [
{
"name": "Don\u2019t Panic",
"slug": "dont-panic"
},
{
"name": "So Long and Thanks for All the Fish",
"slug": "so-long-and-thanks"
}
]
}
}
],
"responseExamples": [
{
"status": "202",
"contentType": "application/json",
"name": "SingleItemMultipleLocales",
"example": {
"items": [
{
"id": "66f6ed9576ddacf3149d5ea6",
"lastPublished": "2024-02-28T19:25:39.942Z",
"lastUpdated": "2024-02-28T19:25:39.942Z",
"createdOn": "2024-02-28T19:25:39.942Z",
"cmsLocaleId": "66f6e966c9e1dc700a857ca3",
"isArchived": false,
"isDraft": false,
"fieldData": {
"name": "Don't Panic",
"slug": "dont-panic"
}
},
{
"id": "66f6ed9576ddacf3149d5ea6",
"lastPublished": "2024-02-28T19:25:39.942Z",
"lastUpdated": "2024-02-28T19:25:39.942Z",
"createdOn": "2024-02-28T19:25:39.942Z",
"cmsLocaleId": "66f6e966c9e1dc700a857ca4",
"isArchived": false,
"isDraft": false,
"fieldData": {
"name": "Don't Panic",
"slug": "dont-panic"
}
},
{
"id": "66f6ed9576ddacf3149d5ea6",
"lastPublished": "2024-02-28T19:25:39.942Z",
"lastUpdated": "2024-02-28T19:25:39.942Z",
"createdOn": "2024-02-28T19:25:39.942Z",
"cmsLocaleId": "66f6e966c9e1dc700a857ca5",
"isArchived": false,
"isDraft": false,
"fieldData": {
"name": "Don't Panic",
"slug": "dont-panic"
}
}
]
}
},
{
"status": "202",
"contentType": "application/json",
"name": "MultipleItemsMultipleLocales",
"example": {
"items": [
{
"id": "66f6ed9576ddacf3149d5ea6",
"cmsLocaleId": "66f6e966c9e1dc700a857ca3",
"lastPublished": null,
"lastUpdated": "2024-09-27T17:38:29.066Z",
"createdOn": "2024-09-27T17:38:29.066Z",
"isArchived": false,
"isDraft": false,
"fieldData": {
"featured": false,
"name": "Don't Panic",
"slug": "dont-panic"
}
},
{
"id": "66f6ed9576ddacf3149d5ea6",
"cmsLocaleId": "66f6e966c9e1dc700a857ca4",
"lastPublished": null,
"lastUpdated": "2024-09-27T17:38:29.066Z",
"createdOn": "2024-09-27T17:38:29.066Z",
"isArchived": false,
"isDraft": false,
"fieldData": {
"featured": false,
"name": "Don't Panic",
"slug": "dont-panic"
}
},
{
"id": "66f6ed9576ddacf3149d5ea6",
"cmsLocaleId": "66f6e966c9e1dc700a857ca5",
"lastPublished": null,
"lastUpdated": "2024-09-27T17:38:29.066Z",
"createdOn": "2024-09-27T17:38:29.066Z",
"isArchived": false,
"isDraft": false,
"fieldData": {
"featured": false,
"name": "Don't Panic",
"slug": "dont-panic"
}
},
{
"id": "66f6ed9576ddacf3149d5eaa",
"cmsLocaleId": "66f6e966c9e1dc700a857ca3",
"lastPublished": null,
"lastUpdated": "2024-09-27T17:38:29.066Z",
"createdOn": "2024-09-27T17:38:29.066Z",
"isArchived": false,
"isDraft": false,
"fieldData": {
"featured": false,
"name": "So Long and Thanks for All the Fish",
"slug": "so-long-and-thanks"
}
},
{
"id": "66f6ed9576ddacf3149d5eaa",
"cmsLocaleId": "66f6e966c9e1dc700a857ca4",
"lastPublished": null,
"lastUpdated": "2024-09-27T17:38:29.066Z",
"createdOn": "2024-09-27T17:38:29.066Z",
"isArchived": false,
"isDraft": false,
"fieldData": {
"featured": false,
"name": "So Long and Thanks for All the Fish",
"slug": "so-long-and-thanks"
}
},
{
"id": "66f6ed9576ddacf3149d5eaa",
"cmsLocaleId": "66f6e966c9e1dc700a857ca5",
"lastPublished": null,
"lastUpdated": "2024-09-27T17:38:29.066Z",
"createdOn": "2024-09-27T17:38:29.066Z",
"isArchived": false,
"isDraft": false,
"fieldData": {
"featured": false,
"name": "So Long and Thanks for All the Fish",
"slug": "so-long-and-thanks"
}
}
]
}
},
{
"status": "400",
"contentType": "application/json",
"example": {
"code": "bad_request",
"message": "Bad Request: Request is malformed",
"externalReference": null,
"details": []
}
},
{
"status": "401",
"contentType": "application/json",
"example": {
"code": "not_authorized",
"message": "Request not authorized",
"externalReference": null,
"details": []
}
},
{
"status": "404",
"contentType": "application/json",
"example": {
"code": "resource_not_found",
"message": "Requested resource not found: The site cannot be found",
"externalReference": null,
"details": []
}
},
{
"status": "429",
"contentType": "application/json",
"example": {
"code": "too_many_requests",
"message": "Too many requests",
"externalReference": null,
"details": []
}
},
{
"status": "500",
"contentType": "application/json",
"example": {
"code": "internal_error",
"message": "An Internal Error occurred",
"externalReference": null,
"details": []
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/webflow-api-and-documentation-webflow-create-items-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.