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' \