Skip to content
Other

prss.org

ContentDepot sandbox and mock API

ContentDepot hosts a range of API’s that allow clients to manage, discover, and obtain content. The API spans many parts of the ContentDepot functionality including MetaPub (a.k.a. metadata distribution) and content management. ## MetaPub MetaPub collects, normalizes and distributes publicly available program, episode, and piece metadata through the public radio system. Backed by ContentDepot and Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
36
Collections
-
Event types
-
example request
curl https://your-prss.slurry.io/api/v2/broadcastservices \
  -H "Authorization: Bearer slurry_sim_..."

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

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 36.

  • GET/api/v2/broadcastservices
  • GET/api/v2/broadcastservices/{id}
  • POST/api/v2/cddrive/files/content
  • GET/api/v2/cddrive/files/{file-id}
  • DELETE/api/v2/cddrive/files/{file-id}
  • GET/api/v2/cddrive/files/{file-id}/content
  • POST/api/v2/cddrive/folders
  • GET/api/v2/cddrive/folders/{folder-id}
  • DELETE/api/v2/cddrive/folders/{folder-id}
  • GET/api/v2/cddrive/folders/{folder-id}/items
  • GET/api/v2/episodes
  • GET/api/v2/episodes/{id}