# Unsupported Media Type | Field | Value | | --- | --- | | Type URI | `https://developer-next.ingrid.com/ingrid-api/errors/common/unsupported-media-type` | | Title | Unsupported Media Type | | Recommended Status | 415 Unsupported Media Type | ## Common Causes - The `Content-Type` header specifies a media type that the server does not support - The request body is encoded in an unsupported format - The `Content-Type` header is missing from the request ## Example Response ```json { "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/unsupported-media-type", "title": "Unsupported Media Type", "status": 415, "detail": "The content type 'text/xml' is not supported. Please use 'application/json'.", "trace_id": "abc-123-def-456" } ```