# `422`- Unprocessable Entity ## Description An entity could not be processed due to a semantic error. ## How to fix Check the [API Reference](/api) and [guides](/products/tol/guides) for additional information about the semantics around the entity your request is referring to. ## Example ```http HTTP/1.1 422 Unprocessable Entity content-length: 166 content-type: application/problem+json date: Wed, 17 Apr 2024 10:42:01 GMT upvest-request-id: afcd3c2f-6965-4e1b-bb3e-87a3b481ce29 { "type": "https://docs.upvest.co/errors/unprocessable_entity", "status": 422, "title": "Unprocessable entity", "request_id": "afcd3c2f-6965-4e1b-bb3e-87a3b481ce29" } ```