Skip to content
Cloud infrastructure/devops

sheerseo.com

SheerSEO sandbox and mock API

Sheerseo API has 2 stages:<br>First stage - initiating the task: You fill in your task and receive in return the task id. <br>Second stage - collecting the results: send a request containing the task ids you got at the first stage and collecting the results. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
4
Collections
-
Event types
-
example request
curl https://your-sheerseo.slurry.io/ \
  -H "Authorization: Bearer slurry_sim_..."

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

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

  • POST/rank-collect
  • POST/rank-submit
  • POST/serp-collect
  • POST/serp-submit