# Create Personal Document **POST /api/v1.0/docs/personal** This endpoint creates a new personal document based on given request data. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters ### Body: application/json (object) - **name** (string) Name - **parent_doc_id** (string) Parent Document ID - **project_id** (string) Project ID - **googleAccessToken** (string) Google Access Token - **type** (string) Type of Document - **subtype** (string) Subtype of the document - **private** (boolean) Private Flag - **access_type** (string) - **content** (object) Document Content - **external_id** (string) External ID - **folder_id** (string) Folder ID - **folder_stack** (array[string]) Folder stack - **order** (number) Document Order ## Responses ### 201 The resource created successfully #### Body: application/json (object) - **message** (string) Message - **doc_id** (string) Document ID ### 401 The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403 The client does not have access rights to the content. ### 405 The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)