Create page
documentedCreates a Qwilr Page from saved blocks or a template.
POST /pagesPagesno implementation yet0 runsNo 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://api.qwilr.com/v1/pages" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{ "templateId": "{{$template_id}}", "name": "{{$title}}", "published": {{$published}}, "substitutions": {"hello_world": "{{$hello_world}}"}, "metadata": {{$metadata}}, "tags": ["{{$tag}}"] }'