Programmatically deploy to Cloudflare Pages using API
Hello,
I am trying to use the api to deploy some static files(without git project, I want direct upload). Wrangler works fine however I need to do it using the api. At first I tried using the curl request the docs propose to create a project:
which returns:
Then I tried using the python library which needed more fields than the docs to make it work:
however I managed to make it work but the deployment endpoint didn't work:
Response:
The manifest field is not documented anywhere, am I missing something?
My account id is: 12172aa469d19f4bc6f5f15a7875cb46
0 Replies