lookup> .fbx

.FBX·File Extension

FBX 3D ModelAutodesk interchange format for 3D scenes.

Extension.fbx
File typeFBX 3D Model
CategoryData & Text
Charset
Compressible
Format familyfbx

What is a .fbx file?

A .fbx file is a FBX 3D Model — Autodesk interchange format for 3D scenes.

In the mime-db registry it maps to application/vnd.autodesk.fbx. When serving .fbx over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to application/vnd.autodesk.fbx — and is delivered over HTTP via the Content-Type header.

  • Use Blender or Unity to open and edit .fbx files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: application/vnd.autodesk.fbx

Common software that reads/writes .fbx:

BlenderUnityMaya
.fbxextension of
format
fbxserved as
mime type
application/vnd.autodesk.fbxsent via header
http header
  • Configuration files
  • Data interchange between systems
  • API request and response payloads
  • Logs and data exports
  • Open the file with Blender, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .fbx extension, or export this format from Blender.

What programs can open .fbx files?

Common options include Blender, Unity, Maya. You can also open many of these files with built-in viewers or a browser.

How do I create a .fbx file?

Create a new file in any text editor or the app that owns the format and save it with the .fbx extension.

What is the relationship between .fbx and the application/vnd.autodesk.fbx MIME type?

application/vnd.autodesk.fbx is the media type identifier used for .fbx files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related headers

Related methods

Related status codes