Satus
  • Blog
  • Features
  • Docs
  • Pricing
  • Login
  • Sign Up

Terms of ServicePrivacy PolicyImprint

© 2025 Satus.dev - All Rights Reserved

  • Submitting a Job
  • Retrieving Results

  • Audio
  • Video

Retrieving Results

You may retrieve each job result up to 24 hours after the job has been submitted. Here is an example using cURL:

$ curl -X 'GET' \
$ 'https://api.satus.dev/jobs/JOB_ID' \
$ -H 'accept: application/json' \
$ -H 'x-satus-key: YOUR_API_KEY' \