To run quotation marks (") through an API, you need to properly escape them in your request. For example, instead of directly using "a cat sat on a mat", you would use \"a cat sat on a mat\". Escaping the quotation marks ensures they are recognized correctly by the API and avoids errors.