HTTP 415 Unsupported Media Type
Client ErrorThe 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
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference