Home Docs Schema Formats Errors

unsupported media type

unsupported-media-type Error — Conduit Documentation

415 — Unsupported Media Type

The request format is not supported.

What This Error Means

This error indicates that Conduit encountered a condition preventing the request from being completed. Below are the most common causes and how to resolve them.

Common Causes

  • Sending CSV input (not supported)
  • Incorrect Content-Type header
  • Malformed TOML/YAML/XML

How to Fix It

  • Use JSON, YAML, XML, TOML, or CBOR
  • Set Content-Type correctly
  • Validate your input format

Example Request

POST /v1/books (Content-Type: text/csv)

Example Response

{"error":{"title":"Unsupported Media Type","status":415}}

← Back to Error Index