ConsoleCatalog
Sign in
Sketchfab logo

Sketchfab

sketchfab.comMarketplaceno auth

3D model marketplace - model search, details, comments, and category browse.

Collection Thumbnails

ASYNCREADNo auth

Returns preview thumbnail image URLs for the given collection UIDs.

ParametersFormJSON

One collection UID or comma-separated UIDs whose preview thumbnails should be fetched

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_sketchfab_collection_thumbnails",
    "params": {
      "collection_uids": "c2f9a48ae60b4db6965747b5527a24c1"
    }
  }'