ServiceLabs

Utilities

Five in service, three next up. Each one takes a URL, runs on its own, and answers with a job you can fetch again later.

What every utility shares.

Learn one and you’ve learned them all. Only the input changes.

  • One keyA bearer token from the console, scoped to the utilities it may call.
  • Sync or asyncPOST /v1/utilities/{slug} waits up to 90 s; …/jobs answers 202 at once.
  • A job for every callAn id, a status, four timings and a link to each file. Kept for 90 days.
  • Signed callbacksStandard Webhooks signatures with the key’s own secret.

Try one in the playground.

Sign in to the console, pick a utility and run it against your own URL before you write a line of code.