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

Submitting a Job

To submit your first audio file and process it using Satus, you may refer to the information on this page. Here is an example using cURL:

$ curl -X 'POST' \
$ 'https://api.satus.dev/submit/audio/file' \
$ -H 'accept: application/json' \
$ -H 'x-satus-key: YOUR_API_KEY' \
$ -H 'Content-Type: multipart/form-data' \
$ -F 'file=@path/to/file' \