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