Cloudflare Pages Direct Deployments. REST API

Hi,
I’m looking for Direct Deployment API. Documentation describes Wrangler and UI based uploads https://developers.cloudflare.com/pages/platform/direct-upload/ but there is no reference for API.

The API is not documented outside of being implemented in the dashboard and Wrangler.

2 Likes

Great!
So the API is stable and I can relay on it?
Is it possible to upload only changed files (like https://open-api.netlify.com/#tag/deploy/operation/createSiteDeploy) ?

ok, /pages/assets/check-missing looks like API do what I need.

No. Otherwise it would be documented.

2 Likes

@KianNH @WalshyMVP
OK. Here we go on on ice, so I’m asking for private opinion (with understanding that no guaranties can be given now)

  • How stable the solution is? Will it be redesign completely or it servers its purpose well for now?
  • Are you interested in feedback (well amount of nagging will be good measurement :slight_smile: )?
    My case: custom private static generator for specific format for mid size web page (~3GB tests + small amount of images) with integrated direct netlify deployment*.
    I want to add new deployment target - Cloudflare Pages.
  • Fast and dirty netify deployer https://github.com/bademux/pawgen/blob/master/app/src/main/java/net/pawet/pawgen/component/netlify/NetlifyDeployer.java#L148

Are you interested in feedback

I mean does Cloudflare interested in feedback, is there some beta report email\subscription for devs?

We may change it at any time and it’ll be without warning.

Always but we will not provide support for undocumented endpoints. You can submit it on Discord or you can email me walshy@

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.