# Creates a Book resource. **POST /books** Creates a Book resource. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Body: (object) The new Book resource - **isbn** (string | null) - **title** (string) - **description** (string) - **author** (string) - **publicationDate** (string(date-time)) - **reviews** (array[string(iri-reference)]) ## Responses ### 201 Book resource created #### Body: (object) - **id** (integer) - **isbn** (string | null) - **title** (string) - **description** (string) - **author** (string) - **publicationDate** (string(date-time)) - **reviews** (array[string(iri-reference)]) ### 400 Invalid input ### 422 Unprocessable entity [Powered by Bump.sh](https://bump.sh)