Sign in

Create page

documented

Create a new page with provided content and layout.

POST /api/v1/pages/create/Pagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$group_name}}.papyrs.com/api/v1/pages/create/?auth_token={{PAPYRS_API_KEY}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "json": [[{"classname": "Paragraph", "val": "{{$body}}"}], []]}'
Create page · Papyrs · OpenIntegrations