cURL
curl --request POST \ --url https://api.plane.so/api/v1/workspaces/{workspace_slug}/projects/{project_id}/pages/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description_html": "<string>" } '
Creates a new page at the project level, specific to a single project.
https://app.plane.so/my-team/projects/
my-team