Can we create a webpage in webflow from API

I’m wondering if it’s possible to use an API to create a webpage in Webflow.
I’ve searched through the API documentation but couldn’t find any information on how to create a webpage in Webflow using an API. Could you please point me in the right direction or provide some guidance on achieving this

Thank you for your time and assistance

No, you cannot create a static page.

BUT, if you have a CMS Collection called “page”, you can add a new CMS item and publish it.

Then the page will take on the Template of the collection.

You might be able to name your Webflow collection “Page”, so your new “Page” URLs will start with

/page

i.e.:

/page/my-first-page
/page/my-new-page
...
3 Likes

Okay
Thankyou @samliew

1 Like