The AWS Simple Storage Service (S3) can be used as a source for jobs. If your audio already resides on S3, you can process it there directly with pyannoteAI APIs by providing temporary access credentials to your data.Documentation Index
Fetch the complete documentation index at: https://docs.pyannote.ai/llms.txt
Use this file to discover all available pages before exploring further.
Pre-Signed URLs
A pre-signed URL can be a convenient way to provide a URL containing temporary credentials as a basic string. pyannoteAI Jobs APIs need to GET theurl parameter
when reading it. Therefore, to make a request with pre-signed URLs, you’ll need
to generate it.
Here’s an example for how to do this:
generate-signed-url.py