Skip to main content
CalcHive

HTTP 415 Unsupported Media Type

Client Error

The server does not support the media type of the request body.

Common Causes

  • Content-Type header set to wrong MIME type
  • Sending form data when API expects JSON
  • Uploading unsupported file format

How to Fix

  • Set the correct Content-Type header (e.g., application/json)
  • Check API documentation for supported content types
  • Convert data to a supported format before sending

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference