Skip to content
Other

gettyimages.com

Getty Images sandbox and mock API

A hosted, stateful simulation shaped like the Getty Images API. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
52
Collections
-
Event types
-
example request
curl https://your-gettyimages.slurry.io/v3/affiliates/search/images \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 3.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 52.

  • GET/v3/affiliates/search/images
  • GET/v3/affiliates/search/videos
  • GET/v3/artists/images
  • GET/v3/artists/videos
  • PUT/v3/asset-changes/change-sets
  • DELETE/v3/asset-changes/change-sets/{change-set-id}
  • GET/v3/asset-changes/channels
  • POST/v3/asset-licensing/{assetId}
  • GET/v3/asset-management/assets/send-events
  • GET/v3/boards
  • POST/v3/boards
  • GET/v3/boards/{board_id}