Pages
Projects
pages.projects
Methods
Create Project -> Envelope<Project>
POST
/accounts/{account_id}/pages/projects
Create a new project.
Security
API Email + API Key
The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.
Example: X-Auth-Email:
[email protected]
The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.
Example: X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194
Accepted Permissions (at least one required)
Pages Write
Parameters
account_id: string
(maxLength: 32)
Identifier
Body parameters
project: Project
Response fields
errors: Array<ResponseInfo>
messages: Array<ResponseInfo>
result: Project
success: false | true
Whether the API call was successful