# Create a new layout. This endpoint allows you to create a signature layout for future signing. **POST /api/v1/layouts** Sample request: POST /layouts { "name": "Test Layout" } ## Servers - https://api.lwolf.com/authentisign: https://api.lwolf.com/authentisign () ## Parameters ### Query parameters - **Name** () Get or Set the Layout Name. This property represents the descriptive name of the layout. ### Body: application/json (object) The layout details. - **name** (string | null) ## Responses ### 200 Success ### default Error #### Body: application/json (object) - **code** (integer(int32)) - **message** (string | null) - **details** (array[string] | null) [Powered by Bump.sh](https://bump.sh)