unsupported-format
422 Unprocessable Content — The source format (given or auto-detected) is not one this deployment supports.
unsupported-format
HTTP 422 Unprocessable Content
Content-Type: application/problem+json
{
"type": "https://docs.transmute.403fin.io/errors/unsupported-format",
"title": "...",
"status": 422,
"detail": "...",
"requestId": "req_01J..."
}
The source format (given or auto-detected) is not one this deployment supports.
Common causes
- A typo in
from(e.g.mt-940instead ofmt940) - A message type outside the supported inventory
- Auto-detection could not match the body to a known format
How to fix it
Compare against the live registry at GET /v1/formats. If your format is missing and you need it, contact support.
Does it bill?
Yes on a live key. See Test vs Live Keys for the full billing rules.
Related
- Errors Overview — the problem+json shape and the closed catalog
- Every response carries an
X-Request-Id; quote it when contacting support.
Was this page helpful?