Request body media type not supported
Section: Codes 410-421
HTTP 415 Unsupported Media Type
text
text
curl -i -X POST https://example.com/api -H 'Content-Type: text/plain' -d 'name=ada'Explanation
Typical when sending JSON without `Content-Type: application/json` or sending the wrong media type.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Codes 410-421