Skip to main content

unsupported_mime_type

HTTP Status: 422 Category: Media

When you see this

Uploaded content_type is not in the allowlist for this asset_type (e.g. image/webp for asset_type=video).

How to fix it

Pick a content_type from the asset-type-specific allowlist. Photos accept image/jpeg|png; video accepts video/mp4|mov; matterport/floorplan have their own lists on the endpoint page.

Example response

{
"error": {
"code": "unsupported_mime_type",
"message": "Uploaded content_type is not in the allowlist for this asset_type (e.g. image/webp for asset_type=video).",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/unsupported_mime_type",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}