v1
latestOpenAPI 3.1.02026-07-17186070.1 KBCreate a notebook
First-class convenience endpoint — flat body, no discriminated union. Equivalent to submitAction with a create-notebook action. Returns the new notebook's summary (incl. the slugified flag).
post/notes/~/v1/notebooks
Request body
Response
Created — response body is type notebook
Example response
{
"requestId": "0v3.1k7gh.j5b2m.r8nq9",
"body": {
"response": {
"host": "~zod",
"flagName": "my-notebook-1"
}
}
}