Is there any API, FTP, bulk upload, or automation option for creating FAB listings?

Hi everyone,

I’m preparing a large number of 3D assets for FAB, and I’m looking for a faster way to create and upload listings.

For each asset, I already prepare all the required files in advance, including:

  • FBX files

  • GLB files

  • Unity package

  • Unreal Engine package

  • Product images

  • Cover image

  • Description

  • FAQ

  • Tags

  • Pricing and license information

At the moment, it seems that I need to create every listing manually, upload each file one by one, add the description, FAQ, tags, pricing, and all the other information separately.

This becomes very time-consuming when publishing many assets.

Does FAB currently support any of the following?

  • API access for creating or updating listings

  • FTP or another upload protocol

  • Bulk listing creation

  • CSV, JSON, or XML import

  • A command-line tool or publishing SDK

  • Listing templates that can be duplicated

  • Any officially supported automation workflow

Ideally, I would like to prepare a structured folder or metadata file for each asset and then use a script to upload the files and populate the listing information automatically.

For example:

AssetName/
├── AssetName.fbx
├── AssetName.glb
├── AssetName_Unity.unitypackage
├── AssetName_Unreal.zip
├── Cover.jpg
├── Gallery/
├── description.txt
├── faq.json
├── tags.txt
└── listing.json

Then a script could create the listing, upload the files, and fill in the metadata.

Is anything like this currently available, planned, or allowed by FAB?

Also, if there is no official API, are browser automation tools permitted under the FAB terms, or could using them put a publisher account at risk?

Thank you.