Skip to content
Other

visiblethread.com

VisibleThread sandbox and mock API

## Introduction The VisibleThread b API provides services for analyzing/searching documents and web pages. To use the service you need an API key. **Contact us at support@visiblethread.com to request an API key**. The services are split into **Documents** and **Webscans**. ### Documents Upload documents and dictionaries so you can : - Measure the readability of your document - search a document fo Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
12
Collections
-
Event types
-
example request
curl https://your-visiblethread.slurry.io/api/v1/dictionaries \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.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

All 12.

  • GET/dictionaries
  • POST/dictionaries
  • GET/documents
  • POST/documents
  • GET/documents/{docId}
  • GET/searches
  • POST/searches
  • GET/searches/{docId}/{dictionaryId}
  • GET/webscans
  • POST/webscans
  • GET/webscans/{scanId}
  • GET/webscans/{scanId}/webUrls/{urlId}