Create Document
Endpoints
Create Document
Create a new document in the workspace.
POST
Create Document
Documentation Index
Fetch the complete documentation index at: https://developer.copera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new document in the workspace. The authenticated user becomes the owner of the document.Request Body
title(required): The title of the document.parent(optional): The ID of a parent document to nest this document under.
Response
Returns the newly created document object with generated ID and timestamps.Authorizations
Bearer token
Body
application/json